Spaces:
Sleeping
Sleeping
change mode
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ COPY . /app
|
|
23 |
|
24 |
# Set environment variables
|
25 |
ENV FLASK_APP=run.py
|
26 |
-
ENV FLASK_ENV=
|
27 |
ENV YOLO_CONFIG_DIR=/tmp
|
28 |
|
29 |
# Expose the port the app runs on
|
|
|
23 |
|
24 |
# Set environment variables
|
25 |
ENV FLASK_APP=run.py
|
26 |
+
ENV FLASK_ENV=prod
|
27 |
ENV YOLO_CONFIG_DIR=/tmp
|
28 |
|
29 |
# Expose the port the app runs on
|