privateone commited on
Commit
f0c7ec8
·
verified ·
1 Parent(s): 2343246

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ EXPOSE 7860
34
 
35
  # Use init.sh as the entrypoint so it runs on container start
36
  ENTRYPOINT ["/app/init.sh"]
37
- CMD ["python", "-u", "-m", "FileStream"]
 
34
 
35
  # Use init.sh as the entrypoint so it runs on container start
36
  ENTRYPOINT ["/app/init.sh"]
37
+ CMD ["python", "-u", "-m", "FileServer"]