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