Update Dockerfile
Browse files- 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"]
|