Skip to content

Commit 976e0f8

Browse files
MaxfieldKasseldaveman1010221
authored andcommitted
Updated docker file to fix missing file
1 parent 3f37d95 commit 976e0f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ARG USER_UID=1000
66
ARG USER_GID=1000
77

88
# Run and remove the create-user.sh script
9-
RUN sh create-user.sh $USERNAME $USER_UID $USER_GID
10-
RUN rm create-user.sh
9+
RUN sh /create-user.sh $USERNAME $USER_UID $USER_GID
10+
RUN rm /create-user.sh
1111

1212
# Switch to the created user
1313
USER $USERNAME

0 commit comments

Comments
 (0)