mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-02 07:05:42 +00:00
reverse: add configuration files
This commit is contained in:
@ -110,6 +110,9 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
|
||||
COPY nginx.conf /etc/nginx/conf/nginx.conf
|
||||
COPY run.sh /usr/local/bin/run.sh
|
||||
COPY ngxpasswd /usr/local/bin/ngxpasswd
|
||||
COPY ssl_params_d.conf /conf.d/ssl_params_d.conf
|
||||
COPY headers_params_d.conf /conf.d/headers_params_d.conf
|
||||
COPY proxy_params_d.conf /conf.d/proxy_params_d.conf
|
||||
|
||||
RUN chmod +x /usr/local/bin/*
|
||||
|
||||
|
Reference in New Issue
Block a user