mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-11 01:12:49 +00:00
4 lines
98 B
Docker
4 lines
98 B
Docker
FROM nginx:1.15-alpine
|
|
COPY dist /usr/share/nginx/html
|
|
COPY ./nginx.conf /etc/nginx/nginx.conf
|