yw5ncom/Dockerfile
ange 50c8cb051d
All checks were successful
/ deploy (push) Successful in 11s
fix: subtitle color
2024-09-25 13:10:23 +07:00

5 lines
147 B
Docker

FROM docker.io/nginx:latest
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY html/ /usr/share/nginx/html/
COPY static/ /usr/share/nginx/static/