don't change workdir and don't chown
This commit is contained in:
parent
79c62eb94e
commit
7e067ba318
|
@ -49,11 +49,10 @@ RUN \
|
|||
/var/lib/apt/lists/* \
|
||||
/var/tmp/ \
|
||||
&& chmod -R u=rwX,go=rX /app \
|
||||
&& chown -R apps:apps /app \
|
||||
&& printf "umask %d" "${UMASK}" >> /etc/bash.bashrc \
|
||||
&& update-ca-certificates
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
USER apps
|
||||
|
||||
EXPOSE 17442
|
||||
|
|
Loading…
Reference in New Issue