Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -30,7 +30,7 @@ ENV FLASK_APP=app.py
|
|
30 |
ENV FLASK_ENV=production
|
31 |
|
32 |
# Expose the port that the Flask app runs on
|
33 |
-
EXPOSE
|
34 |
|
35 |
# Set the command to start the application using Gunicorn with Eventlet
|
36 |
-
CMD ["
|
|
|
30 |
ENV FLASK_ENV=production
|
31 |
|
32 |
# Expose the port that the Flask app runs on
|
33 |
+
EXPOSE 8080
|
34 |
|
35 |
# Set the command to start the application using Gunicorn with Eventlet
|
36 |
+
CMD ["python", "app.py"]
|