mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-02-04 05:33:17 +08:00
6 lines
143 B
Docker
6 lines
143 B
Docker
|
|
FROM nginx:1.27-alpine
|
||
|
|
|
||
|
|
# 复制 nginx 配置和证书
|
||
|
|
COPY docker/nginx/nginx.conf /etc/nginx/nginx.conf
|
||
|
|
COPY docker/nginx/ssl /etc/nginx/ssl
|