This commit is contained in:
William 2022-12-29 02:31:21 +00:00
parent 4cbbe1a210
commit 922ba5c38c
1 changed files with 1 additions and 1 deletions

View File

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