diff --git a/Dockerfile b/Dockerfile index a14fcef..add6e08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,11 +25,11 @@ COPY --chmod=0755 [\ "./"\ ] -RUN ./install_sysdeps.sh ${DESTINATION_IMAGE_NAME} - COPY --chmod=0755 init-vscode /init-vscode COPY config/vs-code-config.yaml /root/.config/code-server/config.yaml +RUN ./install_sysdeps.sh ${DESTINATION_IMAGE_NAME} + WORKDIR / EXPOSE 8081