npc0 commited on
Commit
8655c01
·
verified ·
1 Parent(s): 7b9c03a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN touch tmp.pl && chmod 666 tmp.pl
18
  EXPOSE 7860
19
  ENV GRADIO_SERVER_NAME="0.0.0.0"
20
  RUN chmod +x run.sh
21
- ENTRYPOINT ["run.sh"]
 
18
  EXPOSE 7860
19
  ENV GRADIO_SERVER_NAME="0.0.0.0"
20
  RUN chmod +x run.sh
21
+ ENTRYPOINT ["/app/run.sh"]