mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +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;"]
|
|
|