This commit is contained in:
William 2022-12-29 02:31:21 +00:00
parent 4cbbe1a210
commit 922ba5c38c

View File

@ -2,7 +2,7 @@ FROM alpine:latest
# Nginx package is available in the Alpine Linux repositories. To install it run: # Nginx package is available in the Alpine Linux repositories. To install it run:
RUN apk update && \ RUN apk update && \
apk add nginx php-fpm81 apk add nginx php81-fpm
# Creating new user and group 'www' for nginx # Creating new user and group 'www' for nginx
RUN adduser -D -g 'www' www RUN adduser -D -g 'www' www