pawanmau01 commited on
Commit
b762f18
·
verified ·
1 Parent(s): d6e190a

change mode

Browse files
Files changed (1) hide show
  1. 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=production
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