Fix group
This commit is contained in:
parent
5d4ad56b1e
commit
9de8db88a9
@ -4,7 +4,7 @@ ADD entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN \
|
||||
addgroup -g 1200 -S app && \
|
||||
adduser -g 1200 -u 1200 -S app && \
|
||||
adduser -G app -u 1200 -S app && \
|
||||
apk add --upgrade --no-cache git zip && \
|
||||
chmod +x /entrypoint.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user