From bda68e766c6d1a83f66216883000f4b8386fabf1 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Tue, 26 Mar 2024 11:40:24 +0100 Subject: [PATCH] Update --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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