mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 09:28:49 +08:00
10 lines
134 B
Docker
10 lines
134 B
Docker
#MaxKey nginx Proxy Docker Build
|
|
|
|
FROM nginx
|
|
|
|
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
|
|
|
|
|
#CMD ["nginx", "-g", "daemon off;"]
|
|
|