Skip to content
Snippets Groups Projects
Dockerfile 87 B
Newer Older
Luka's avatar
Luka committed
FROM nginx:latest
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY . /usr/share/nginx/html