Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,5 +27,5 @@ COPY . .
|
|
| 27 |
# Expose the Flask port
|
| 28 |
EXPOSE 7860
|
| 29 |
|
| 30 |
-
# Run the application
|
| 31 |
CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]
|
|
|
|
| 27 |
# Expose the Flask port
|
| 28 |
EXPOSE 7860
|
| 29 |
|
| 30 |
+
# Run the application
|
| 31 |
CMD ["flask", "run", "--host=0.0.0.0", "--port=7860"]
|