Skip to content

Commit d37b2af

Browse files
authored
Update Dockerfile
1 parent aa4570e commit d37b2af

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
@@ -7,7 +7,7 @@ LABEL maintainer="wyextay@gmail.com"
77
# set up user
88
ARG USER=user
99
ARG UID=1000
10-
RUN useradd --no-create-home --shell /bin/false --uid ${UID} ${USER}
10+
RUN useradd --shell /bin/false --uid ${UID} ${USER}
1111

1212
# set up environment
1313
ARG APP_HOME=/work/app

0 commit comments

Comments
 (0)