proxy_for_me / Dockerfile
antonovmaxim's picture
Update Dockerfile
df00088
raw
history blame contribute delete
No virus
198 Bytes
FROM nginxinc/nginx-unprivileged:stable-alpine
# Install nginx and give permissions to 'pn'
# See https://www.rockyourcode.com/run-docker-nginx-as-non-root-user/
COPY nginx.conf /etc/nginx/conf.d/