Update dockerfile to include vscode-server config file
Some checks failed
build-docker-imge / Build the docker container (push) Successful in 3m52s
build-docker-imge / Build the docker container (pull_request) Failing after 35s

This commit is contained in:
Konstantin Hintermayer 2024-07-06 23:58:49 +02:00
parent 7c180a533d
commit 00fb149d8e

View File

@ -20,7 +20,7 @@ RUN useradd -ms /bin/bash kocoded-workspaces -p "$(openssl passwd -1 ubuntu)"
RUN usermod -aG sudo kocoded-workspaces RUN usermod -aG sudo kocoded-workspaces
RUN systemctl enable code-server@kocoded-workspaces RUN systemctl enable code-server@kocoded-workspaces
COPY vscode-config.yaml /home/kocoded-workspaces/.config/code-server/config.yaml COPY ubuntu-vscode-node/vscode-config.yaml /home/kocoded-workspaces/.config/code-server/config.yaml
RUN chown -R kocoded-workspaces /home/kocoded-workspaces RUN chown -R kocoded-workspaces /home/kocoded-workspaces
EXPOSE 22 EXPOSE 22