4 lines
167 B
Docker
4 lines
167 B
Docker
FROM docker.triton2.fet.at/openrestyfet
|
|
COPY ./conf.d/* /etc/nginx/conf.d/
|
|
copy ./snippets/* /usr/local/openresty/nginx/conf/
|
|
ENV PATH "$PATH:/usr/local/openresty/bin" |