OzoneAsai commited on
Commit
b35260e
·
verified ·
1 Parent(s): 83e612b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  COPY --chown=user . /app
13
 
14
- RUN python3 app.py
 
11
 
12
  COPY --chown=user . /app
13
 
14
+ CMD ["python3", "app.py"]