Skip to content

Commit

Permalink
Use home dir as working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson authored and _AUTHOR_NAME committed Nov 8, 2024
1 parent 3f90cd1 commit a70ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/devcontainers/base:ubuntu

USER vscode

WORKDIR /workspace
WORKDIR /home/vscode

COPY . .

Expand Down

0 comments on commit a70ac4d

Please sign in to comment.