mirror of
https://gitee.com/gz-yami/mall4v.git
synced 2025-12-26 07:16:27 +08:00
3 lines
90 B
Docker
3 lines
90 B
Docker
FROM nginx:1.20
|
|
COPY ./dist /usr/share/nginx/html/dist
|
|
COPY ./nginx.conf /etc/nginx/conf.d |