Arbazkhan-cs commited on
Commit
206100c
1 Parent(s): 6eac96a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,4 +7,4 @@ COPY ./requirements.txt /FLASK_APP/requirements.txt
7
  RUN pip install --no-cache-dir --upgrade -r /FLASK_APP/requirements.txt
8
 
9
  COPY . .
10
- CMD ["python", "/FLASK_APP/app.py"]
 
7
  RUN pip install --no-cache-dir --upgrade -r /FLASK_APP/requirements.txt
8
 
9
  COPY . .
10
+ CMD ["python", "/app.py"]