Skip to content

Commit

Permalink
Dont use home for work dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Mar 28, 2024
1 parent 06cf0d5 commit 137d80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 /home/vscode
WORKDIR /workspace

COPY . .

Expand Down

0 comments on commit 137d80e

Please sign in to comment.