We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb6ebc6 + e799902 commit 10447a2Copy full SHA for 10447a2
1 file changed
App/kernel-memory/Dockerfile
@@ -37,7 +37,7 @@ RUN \
37
#Debian: useradd --create-home --user-group $USER --shell /bin/bash && \
38
adduser -D -h /app -s /bin/sh $USER && \
39
# Allow user to access the build
40
- chown -R $USER.$USER /app
+ chown -R $USER:$USER /app
41
42
COPY --from=build --chown=km:km --chmod=0550 /app/publish .
43
0 commit comments