zuehue commited on
Commit
a43067e
·
verified ·
1 Parent(s): 469b74d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ COPY --chown=user . /app
26
  EXPOSE 7860
27
 
28
  # Command to run your application
29
- CMD "python3 main.py"
 
26
  EXPOSE 7860
27
 
28
  # Command to run your application
29
+ CMD python3 main.py