Forked from
Eclipse Foundation / IT / Websites / eclipse.org
452 commits behind the upstream repository.
-
Christopher Guindon authoredChristopher Guindon authored
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/