website/Dockerfile
2024-01-20 16:06:39 +01:00

4 lines
62 B
Docker
Executable file

FROM nginx:alpine
EXPOSE 80
COPY _site/ /usr/share/nginx/html