Spaces:
Configuration error

yonkasoft commited on
Commit
8312f72
1 Parent(s): e9926ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ COPY --chown=user ./requirements.txt requirements.txt
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  COPY --chown=user . /app
16
- CMD ["flask", "app:app", "--host=0.0.0.0", "--port=8000"]
 
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  COPY --chown=user . /app
16
+ CMD ["flask", "main:app", "--host=0.0.0.0", "--port=8000"]