fix copy config

This commit is contained in:
2021-12-04 14:33:20 +01:00
parent 4385fc7f56
commit 5c29311cda

View File

@@ -1,3 +1,4 @@
FROM docker.triton2.fet.at/openrestyfet
COPY ./conf.d/* /etc/nginx/conf.d/
copy ./snippets/* /usr/local/openresty/nginx/conf/
RUN rm -rf /etc/nginx/conf.d/*
COPY ./conf.d/ /etc/nginx/conf.d/
copy ./snippets/ /usr/local/openresty/nginx/conf/