Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -51,4 +51,6 @@ EXPOSE 7860
|
|
| 51 |
|
| 52 |
# Setup plugins' configs
|
| 53 |
RUN unzip configs.zip
|
|
|
|
|
|
|
| 54 |
CMD python -m http.server 7860 > /dev/null 2>&1 & ./sshx
|
|
|
|
| 51 |
|
| 52 |
# Setup plugins' configs
|
| 53 |
RUN unzip configs.zip
|
| 54 |
+
|
| 55 |
+
# Entrypoint Commands
|
| 56 |
CMD python -m http.server 7860 > /dev/null 2>&1 & ./sshx
|