Skip to content

Commit 58b3617

Browse files
corrected user
1 parent 6fa655e commit 58b3617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ RUN chmod +x /run/start.sh
2424

2525
RUN addgroup --gid 3000 nodegroup \
2626
&& adduser --uid 3000 --home /home/nodeuser --ingroup nodegroup --shell /bin/sh --gecos "" --disabled-password nodeuser
27-
#USER nodeuser
27+
USER nodeuser
2828

2929
CMD ["/run/start.sh"]

0 commit comments

Comments
 (0)