airsltd commited on
Commit
c056bd9
·
1 Parent(s): 3b28417
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. main.py → app.py +0 -0
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", "main.py"]
main.py → app.py RENAMED
File without changes