pay-admin/Dockerfile

4 lines
120 B
Docker
Raw Normal View History

2025-06-27 16:42:11 +08:00
FROM nexus.zzwb.cc:18444/nginx:1.21-alpine
COPY dist /usr/share/nginx/html
COPY docker/nginx.conf /etc/nginx/nginx.conf