Introduce gitea-actions to automatically build this container #8

Merged
Kocoder merged 47 commits from gitea-actions into main 2024-08-04 21:06:54 +00:00
Showing only changes of commit 00fb149d8e - Show all commits

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 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