tmerclub-uniapp/Dockerfile

4 lines
101 B
Docker
Raw Normal View History

2025-03-20 13:59:39 +08:00
FROM nginx:1.20
COPY ./dist/build/h5 /usr/share/nginx/html/cloud
COPY ./nginx.conf /etc/nginx/conf.d