imseldrith commited on
Commit
332f046
·
verified ·
1 Parent(s): 44dc924

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN pip install --no-cache-dir -r requirements.txt
22
  COPY --chown=appuser:appuser . .
23
 
24
  # Run the script
25
- CMD ["python3", "cli.py"]
 
22
  COPY --chown=appuser:appuser . .
23
 
24
  # Run the script
25
+ CMD ["python3", "app.py"]