myadhd/Dockerfile
djg 911163c633
Some checks are pending
Build and Deploy / deploy (push) Waiting to run
initial import: static site + CI pipeline
2026-09-21 22:38:56 +00:00

4 lines
100 B
Docker

FROM nginx:alpine
COPY site/ /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80