pay-admin/Dockerfile
杨庭 7f846922d7
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m16s
修改 ci/cd
2025-08-19 10:29:00 +08:00

3 lines
119 B
Docker

FROM nexus.zzwb.cc:18444/nginx:1.21-alpine
COPY dist /usr/share/nginx/html
COPY docker/nginx.conf /etc/nginx/nginx.conf