4 lines
126 B
Docker
4 lines
126 B
Docker
FROM docker.triton2.fet.at/openrestyfet
|
|
COPY ./conf.d/* /etc/nginx/conf.d/
|
|
copy ./snippets/* /usr/local/openresty/nginx/conf/
|