lewisdale.dev/Dockerfile
Lewis Dale 802ae697c3
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m39s
Backfill a couple of posts, add Dockerfile to deploy site
2024-10-18 17:30:44 +01:00

4 lines
90 B
Docker

FROM nginx:alpine
COPY _site /var/www/html
COPY nginx.conf /etc/nginx/conf.d/default.conf