Skip to content

Commit 10447a2

Browse files
Merge pull request #197 from microsoft/psl-main-14180
fix: added colon in dockerfile to fix the deployment issue
2 parents eb6ebc6 + e799902 commit 10447a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/kernel-memory/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN \
3737
#Debian: useradd --create-home --user-group $USER --shell /bin/bash && \
3838
adduser -D -h /app -s /bin/sh $USER && \
3939
# Allow user to access the build
40-
chown -R $USER.$USER /app
40+
chown -R $USER:$USER /app
4141

4242
COPY --from=build --chown=km:km --chmod=0550 /app/publish .
4343

0 commit comments

Comments
 (0)