Skip to content

Commit e799902

Browse files
added colon in dockerfile
1 parent eb6ebc6 commit e799902

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)