Skip to content

Commit ef007b4

Browse files
committed
fix: resolve ownership
1 parent be1e239 commit ef007b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fpm-alpine/8.3/dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ LABEL maintainer="Kazem Mirzaei <[email protected]>" \
66
# Use non-root user for production
77
ARG USER=www
88
ARG GROUP=www
9-
ENV USER=${USER} GROUP=${GROUP} TZ=UTC
9+
10+
USER root
1011

1112
# Install runtime and build dependencies
1213
RUN apk update && apk upgrade && apk add --no-cache \

0 commit comments

Comments
 (0)