Shit
This commit is contained in:
parent
4cbbe1a210
commit
922ba5c38c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user