Sergidev commited on
Commit
8b897b1
·
verified ·
1 Parent(s): d4672d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
  COPY --chown=user . /app
15
 
16
  # Set environment variables
17
- ENV FLASK_APP=run.py
18
  ENV FLASK_ENV=production
19
 
20
  # Run the application
 
14
  COPY --chown=user . /app
15
 
16
  # Set environment variables
17
+ ENV FLASK_APP=app.py
18
  ENV FLASK_ENV=production
19
 
20
  # Run the application