mirror of
https://github.com/PlayEdu/backend
synced 2025-06-22 04:02:47 +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
|