Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 156 B
ARG NGINX_IMAGE_TAG=stable-alpine-for-hugo

FROM eclipsefdn/nginx:${NGINX_IMAGE_TAG}

ADD config/nginx /etc/nginx/conf.d
COPY public /usr/share/nginx/html/