soiz1 commited on
Commit
3e76d6c
·
verified ·
1 Parent(s): 5fcbf1b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,3 +25,4 @@ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
25
 
26
  # Export port
27
  EXPOSE 7860
 
 
25
 
26
  # Export port
27
  EXPOSE 7860
28
+ CMD ["python", "app.py"]