This commit is contained in:
2022-08-23 01:38:48 +12:00
commit 6d2a2a9e65
3 changed files with 94 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM docker.io/library/nginx:latest
RUN groupmod -g 1000 nginx \
&& usermod -u 1000 nginx