Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,7 @@ COPY vscode_cli_alpine_x64_cli.tar.gz ./
|
|
| 22 |
RUN tar -xf vscode_cli_alpine_x64_cli.tar.gz
|
| 23 |
|
| 24 |
# copy scripts
|
| 25 |
-
RUN cp code /usr/bin/
|
| 26 |
|
| 27 |
|
| 28 |
# entrypoint
|
|
|
|
| 22 |
RUN tar -xf vscode_cli_alpine_x64_cli.tar.gz
|
| 23 |
|
| 24 |
# copy scripts
|
| 25 |
+
RUN cp code /usr/bin/ && chmod +x /usr/bin/code
|
| 26 |
|
| 27 |
|
| 28 |
# entrypoint
|