Files
ha.mr/Dockerfile
T
MMA f4188cfaa7 Add Docker Compose setup for local runs
Package the static site with nginx
2026-08-16 13:11:40 +03:00

6 lines
199 B
Docker

FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY index.html 404.html /usr/share/nginx/html/
COPY alphabets.js compress.js main.js qrcode.js standalone.js /usr/share/nginx/html/