Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -64,7 +64,7 @@ EXPOSE 8080
|
|
| 64 |
USER coder
|
| 65 |
WORKDIR /home/coder/genz
|
| 66 |
|
| 67 |
-
# Start code-server with authentication
|
| 68 |
-
CMD ["
|
| 69 |
|
| 70 |
# End of Dockerfile
|
|
|
|
| 64 |
USER coder
|
| 65 |
WORKDIR /home/coder/genz
|
| 66 |
|
| 67 |
+
# Start code-server with authentication
|
| 68 |
+
CMD ["sh", "-c", "code-server --bind-addr 0.0.0.0:7860 --auth password"]
|
| 69 |
|
| 70 |
# End of Dockerfile
|