We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b8cfa commit 93aaf14Copy full SHA for 93aaf14
Dockerfile
@@ -13,7 +13,8 @@ COPY ./ /opt/project-x
13
14
RUN groupadd -r xman -g 1001 \
15
&& useradd -u 1001 -r -g xman -d /opt/project-x/ -s /sbin/nologin -c "Docker image user" xman \
16
- && chown -R xman:xman /opt/project-x/
+ && chown -R xman:xman /opt/project-x/ \
17
+ && chmod 0757 /opt/project-x/script/
18
19
USER 1001
20
EXPOSE 8080
0 commit comments