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 6fa655e commit 58b3617Copy full SHA for 58b3617
Dockerfile
@@ -24,6 +24,6 @@ RUN chmod +x /run/start.sh
24
25
RUN addgroup --gid 3000 nodegroup \
26
&& adduser --uid 3000 --home /home/nodeuser --ingroup nodegroup --shell /bin/sh --gecos "" --disabled-password nodeuser
27
-#USER nodeuser
+USER nodeuser
28
29
CMD ["/run/start.sh"]
0 commit comments