chesswhisp / Dockerfile
fraxy's picture
nginx conf + docker file
32651b5
FROM nginxinc/nginx-unprivileged
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY . /usr/share/nginx/html