Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Mar 26, 2024
1 parent 6c6ebb3 commit bda68e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bda68e7

Please sign in to comment.