path variable removed

This commit is contained in:
2021-12-04 11:37:49 +01:00
parent 674d82f9d7
commit 92d5734743

View File

@@ -1,4 +1,3 @@
FROM docker.triton2.fet.at/openrestyfet FROM docker.triton2.fet.at/openrestyfet
COPY ./conf.d/* /etc/nginx/conf.d/ COPY ./conf.d/* /etc/nginx/conf.d/
copy ./snippets/* /usr/local/openresty/nginx/conf/ copy ./snippets/* /usr/local/openresty/nginx/conf/
ENV PATH "$PATH:/usr/local/openresty/bin"