Skip to content

Commit

Permalink
fix: create workspaces volume and set as workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Apr 18, 2024
1 parent 7b99371 commit e4e42a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ COPY --chown=vscode:vscode gitconfig .config/git/config
# Custom PATH additions
ENV PATH=$HOME/.local/bin:$PATH

WORKDIR /code
VOLUME [ "/workspaces" ]
WORKDIR /workspaces

0 comments on commit e4e42a3

Please sign in to comment.