BG5 commited on
Commit
b0843cf
·
verified ·
1 Parent(s): 219d368

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ RUN pip install --no-cache-dir --ignore-installed --break-system-packages -r req
34
  EXPOSE 7860
35
 
36
 
37
- CMD ["sh", "-c", "echo '3' | xp & python main.py"]
 
34
  EXPOSE 7860
35
 
36
 
37
+ CMD ["sh", "-c", "python app.py"]