Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -26,7 +26,8 @@ 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 timeout
|
|
|
30 |
|
31 |
EXPOSE 7860
|
32 |
|
|
|
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 timeout 10s bash install.sh
|
30 |
+
RUN echo "6666666666666666666666666666666666666666666666666666666This is the next command"
|
31 |
|
32 |
EXPOSE 7860
|
33 |
|