Skip to content
Snippets Groups Projects
Dockerfile 81 B
Newer Older
FROM nginx:alpine

COPY app app

ADD docker/nginx/default.conf /etc/nginx/conf.d/