fix: subtitle color

This commit is contained in:
ange 2024-09-25 13:10:23 +07:00
parent f222496429
commit 50c8cb051d
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
6 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,4 @@
FROM docker.io/nginx:latest
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY static/ /usr/share/nginx/html/
COPY html/ /usr/share/nginx/html/
COPY static/ /usr/share/nginx/static/