Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -53,6 +53,7 @@ RUN chmod +x fastsdcpu/install.sh
|
|
53 |
EXPOSE 5000
|
54 |
EXPOSE 7860
|
55 |
EXPOSE 7861
|
56 |
-
RUN service nginx start
|
57 |
-
|
|
|
58 |
#CMD bash run.sh
|
|
|
53 |
EXPOSE 5000
|
54 |
EXPOSE 7860
|
55 |
EXPOSE 7861
|
56 |
+
RUN echo "service nginx start\n/usr/bin/code-server --bind-addr 0.0.0.0 --port 5000 --auth none">run.sh
|
57 |
+
RUN chmod 777 run.sh
|
58 |
+
CMD bash run.sh
|
59 |
#CMD bash run.sh
|