mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-25 17:08:12 +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
|