Skip to content

Commit 1455cd0

Browse files
Copilotjan-molak
andcommitted
Fix WORKDIR path to match /workspaces mount point
Co-authored-by: jan-molak <1089173+jan-molak@users.noreply.github.com>
1 parent 699901a commit 1455cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ COPY welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.t
5252

5353
# Switch to the non-root user for the running container
5454
USER ${USERNAME}
55-
WORKDIR /workspace
55+
WORKDIR /workspaces

0 commit comments

Comments
 (0)