5 lines
107 B
Text
5 lines
107 B
Text
|
FROM nginx:latest
|
||
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||
|
|
||
|
# Should be UID & GID=33
|
||
|
# USER www-data:www-data
|