mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-07-22 23:40:19 +08:00
6 lines
90 B
Docker
6 lines
90 B
Docker
FROM nginx
|
|
|
|
COPY dist /usr/share/nginx/html
|
|
|
|
COPY docker/nginx.conf /etc/nginx/nginx.conf
|