Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -66,7 +66,7 @@ RUN sudo -u coder code-server --install-extension ms-python.python
|
|
| 66 |
EXPOSE 8080
|
| 67 |
|
| 68 |
# Switch to the coder user for running code-server
|
| 69 |
-
USER
|
| 70 |
WORKDIR /home/coder/genz
|
| 71 |
|
| 72 |
# Start code-server with authentication
|
|
|
|
| 66 |
EXPOSE 8080
|
| 67 |
|
| 68 |
# Switch to the coder user for running code-server
|
| 69 |
+
USER root
|
| 70 |
WORKDIR /home/coder/genz
|
| 71 |
|
| 72 |
# Start code-server with authentication
|