Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -26,8 +26,7 @@ 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 |
RUN chmod +x install.sh
|
29 |
-
RUN
|
30 |
-
RUN echo "6666666666666666666666666666666666666666666666666666666This is the next command"
|
31 |
|
32 |
EXPOSE 7860
|
33 |
|
|
|
26 |
# RUN wget -O install.sh https://dl.xp.cn/dl/xp/install.sh && \
|
27 |
# bash install.sh
|
28 |
RUN chmod +x install.sh
|
29 |
+
RUN bash install.sh
|
|
|
30 |
|
31 |
EXPOSE 7860
|
32 |
|