ci: use mirrored nginx base image
All checks were successful
Deploy Hugo Blog to k3s / build-and-deploy (push) Successful in 1m56s

This commit is contained in:
root
2026-06-02 06:41:05 +08:00
parent f20951c09e
commit c6eb1e1654

View File

@@ -1,3 +1,3 @@
FROM nginx:alpine FROM docker.m.daocloud.io/library/nginx:alpine
COPY public/ /usr/share/nginx/html COPY public/ /usr/share/nginx/html
EXPOSE 80 EXPOSE 80