Spaces:
Sleeping
Sleeping
Commit ·
220d5c4
1
Parent(s): 8b871a8
up
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ COPY . .
|
|
| 17 |
|
| 18 |
|
| 19 |
# vscode install
|
| 20 |
-
RUN
|
| 21 |
RUN code-server -h
|
| 22 |
RUN code-server
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
# vscode install
|
| 20 |
+
RUN curl -fsSL https://code-server.dev/install.sh | sh
|
| 21 |
RUN code-server -h
|
| 22 |
RUN code-server
|
| 23 |
|