nginx/Dockerfile

3 lines
87 B
Docker

FROM nginx:alpine
COPY default.conf /etc/nginx/conf.d
COPY .htpasswd /var/www/.htpasswd