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 c946c9e commit 7171304Copy full SHA for 7171304
Dockerfile
@@ -16,11 +16,9 @@ RUN apt-get update && \
16
apt-get install busybox=${BUSYBOX_VERSION} && \
17
ln -s /bin/busybox /usr/bin/[[
18
19
-
20
COPY ./start.sh /run/start.sh
21
RUN chmod +x /run/start.sh
22
23
24
RUN addgroup --gid 3000 nodegroup \
25
&& adduser --uid 3000 --home /home/nodeuser --ingroup nodegroup --shell /bin/sh --gecos "" --disabled-password nodeuser
26
USER nodeuser
0 commit comments