java-mall-admin/dockerfile
2024-11-01 16:24:11 +08:00

4 lines
71 B
Plaintext

FROM nginx
COPY dist/ /home/web
COPY nginx.conf /etc/nginx/nginx.conf