first commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM nginx:alpine
|
||||
WORKDIR /var/www
|
||||
RUN apk add --no-cache shadow && usermod -u 1000 nginx && groupmod -g 1000 nginx
|
||||
Reference in New Issue
Block a user