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

COPY ../. app

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