Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,4 +19,4 @@ COPY . .
|
|
| 19 |
EXPOSE 8080
|
| 20 |
|
| 21 |
# Ensure that the app runs with the correct environment variables
|
| 22 |
-
CMD ["python", "app.py"]
|
|
|
|
| 19 |
EXPOSE 8080
|
| 20 |
|
| 21 |
# Ensure that the app runs with the correct environment variables
|
| 22 |
+
CMD ["python", "app.py"]
|