diff options
author | crupest <crupest@outlook.com> | 2022-12-20 12:12:20 +0000 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-20 12:12:20 +0000 |
commit | 84167119c0282a5e19b8e7bfb578487c3cddf2d8 (patch) | |
tree | c76b984c39154e2208b134230cbbbe3896b9e172 | |
parent | 55c7ec1139f84a27bcb10b1356af70617a6e12e1 (diff) | |
download | crupest-84167119c0282a5e19b8e7bfb578487c3cddf2d8.tar.gz crupest-84167119c0282a5e19b8e7bfb578487c3cddf2d8.tar.bz2 crupest-84167119c0282a5e19b8e7bfb578487c3cddf2d8.zip |
Improve code-server install scripts.
-rw-r--r-- | docker/code-server/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/code-server/Dockerfile b/docker/code-server/Dockerfile index 9a9f143..9dd5413 100644 --- a/docker/code-server/Dockerfile +++ b/docker/code-server/Dockerfile @@ -5,7 +5,7 @@ ARG GIT_EMAIL=${CRUPEST_EMAIL} ENV GIT_NAME=$GIT_NAME ENV GIT_EMAIL=$GIT_EMAIL -WORKDIR /root +WORKDIR /scripts COPY install-code-server.bash install-dev-tools.bash /scripts/ RUN /scripts/install-code-server.bash && /scripts/install-dev-tools.bash && rm -r /scripts |