Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,4 +30,4 @@ RUN echo '{"hasCompletedOnboarding": true}' > /home/coder/.claude.json
|
|
| 30 |
EXPOSE 7860
|
| 31 |
|
| 32 |
# Start VS Code Web IDE on port 7860
|
| 33 |
-
CMD["code-server", "--bind-addr", "0.0.0.0:7860", "--auth", "
|
|
|
|
| 30 |
EXPOSE 7860
|
| 31 |
|
| 32 |
# Start VS Code Web IDE on port 7860
|
| 33 |
+
CMD["code-server", "--bind-addr", "0.0.0.0:7860", "--auth", "password", "/home/coder/workspace"]
|