cackerman commited on
Commit
3cb713e
·
verified ·
1 Parent(s): ae46891

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11-slim
2
  WORKDIR /app
3
  COPY tom_test.py /app/
4
- COPY web_app.py /app/
5
  COPY templates /app/templates
6
  COPY scenarios_*.json /app/
7
  RUN pip install --no-cache-dir flask==3.0.3
 
1
  FROM python:3.11-slim
2
  WORKDIR /app
3
  COPY tom_test.py /app/
4
+ COPY tom_web_app.py /app/
5
  COPY templates /app/templates
6
  COPY scenarios_*.json /app/
7
  RUN pip install --no-cache-dir flask==3.0.3