website/Dockerfile
2022-06-16 10:54:48 +02:00

8 lines
115 B
Docker

FROM nginx:latest
EXPOSE 80
COPY ./src/ /usr/share/nginx/html/
COPY ./nginx.conf /etc/nginx/conf.d/default.conf