mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-08 01:54:11 +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
|