walava-web/Dockerfile
rainofdestiny 4b19b6666a
Some checks failed
Deploy / build-and-push (push) Failing after 1m33s
Deploy / deploy (push) Has been cancelled
feat: initial landing page placeholder
2026-03-26 22:13:35 +07:00

3 lines
114 B
Docker

FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY index.html /usr/share/nginx/html/index.html