Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 120 B
FROM nginx:1.13.12-alpine
COPY ./dist /usr/share/nginx/html
COPY ./kubernetes/nginx.conf /etc/nginx/conf.d/default.conf