Skip to content
Snippets Groups Projects
Dockerfile 96 B
FROM nginx:latest
COPY . /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/conf.d/default.conf