mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-11 22:34:07 +08:00
6 lines
109 B
Docker
6 lines
109 B
Docker
FROM nginx:1.23.4-alpine-slim
|
|
|
|
COPY dist /usr/share/nginx/html
|
|
|
|
COPY docker/nginx.conf /etc/nginx/nginx.conf
|