airsltd commited on
Commit
1770fea
·
1 Parent(s): 94e31cf
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  COPY --chown=user . /app
16
 
17
- # CMD ["python", "main.py"]
 
14
 
15
  COPY --chown=user . /app
16
 
17
+ CMD ["python", "app.py"]