5 lines
155 B
Docker
5 lines
155 B
Docker
FROM docker.triton2.fet.at/openrestyfet
|
|
RUN rm -rf /etc/nginx/conf.d/*
|
|
COPY ./conf.d/ /etc/nginx/conf.d/
|
|
copy ./snippets/ /usr/local/openresty/nginx/conf/
|