BG5 commited on
Commit
3c92ffa
·
verified ·
1 Parent(s): fc3e4f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -26,4 +26,6 @@ RUN apt-get update && apt-get install -y \
26
  RUN wget -O install.sh https://dl.xp.cn/dl/xp/install.sh && \
27
  bash install.sh
28
 
29
- EXPOSE 7860
 
 
 
26
  RUN wget -O install.sh https://dl.xp.cn/dl/xp/install.sh && \
27
  bash install.sh
28
 
29
+ EXPOSE 7860
30
+
31
+ CMD ["sh", "-c", "python main.py"]