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