pay-admin/Dockerfile

3 lines
119 B
Docker
Raw Normal View History

2025-08-19 10:29:00 +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