We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4570e commit d37b2afCopy full SHA for d37b2af
Dockerfile
@@ -7,7 +7,7 @@ LABEL maintainer="wyextay@gmail.com"
7
# set up user
8
ARG USER=user
9
ARG UID=1000
10
-RUN useradd --no-create-home --shell /bin/false --uid ${UID} ${USER}
+RUN useradd --shell /bin/false --uid ${UID} ${USER}
11
12
# set up environment
13
ARG APP_HOME=/work/app
0 commit comments