diff --git a/ubuntu-vscode-node/Dockerfile b/ubuntu-vscode-node/Dockerfile index 331052f..31373c1 100644 --- a/ubuntu-vscode-node/Dockerfile +++ b/ubuntu-vscode-node/Dockerfile @@ -20,7 +20,7 @@ RUN useradd -ms /bin/bash kocoded-workspaces -p "$(openssl passwd -1 ubuntu)" RUN usermod -aG sudo 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 EXPOSE 22