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 bb80501 commit cb3dbe6Copy full SHA for cb3dbe6
Dockerfile
@@ -13,7 +13,6 @@ RUN addgroup --gid 3000 nodegroup \
13
&& adduser --uid 3000 --home /home/nodeuser --ingroup nodegroup --shell /bin/sh --gecos "" --disabled-password nodeuser
14
USER nodeuser
15
16
-COPY ./start.sh /run/start.sh
17
-RUN chmod +x /run/start.sh
+COPY --chown=nodeuser:nodeuser --chmod=755 ./start.sh /run/start.sh
18
19
CMD ["/run/start.sh"]
0 commit comments