From 92d5734743fd7a6cf1ffb6caa08da564df470c2d Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sat, 4 Dec 2021 11:37:49 +0100 Subject: [PATCH] path variable removed --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da31e38..482fac2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ 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" \ No newline at end of file