Spaces:
Sleeping
Sleeping
Update Docker File
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -26,6 +26,7 @@ ENV FLASK_APP=run.py
|
|
26 |
ENV FLASK_ENV=production
|
27 |
ENV YOLO_CONFIG_DIR=/tmp
|
28 |
|
|
|
29 |
# Expose the port the app runs on
|
30 |
EXPOSE 7860
|
31 |
|
|
|
26 |
ENV FLASK_ENV=production
|
27 |
ENV YOLO_CONFIG_DIR=/tmp
|
28 |
|
29 |
+
# Expose the port the app runs on
|
30 |
# Expose the port the app runs on
|
31 |
EXPOSE 7860
|
32 |
|