Update Dockerfile
Browse files- 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
|
| 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
|