From c27ae86e8156f12003973dd13c259c44dd1e4f7b Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 11 Feb 2023 23:02:27 +0000 Subject: [PATCH] picked up --- webapp/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/Dockerfile b/webapp/Dockerfile index 9dfb80c..b277248 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -19,6 +19,7 @@ apt-get clean rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.cache ~/.npm rm -rf ~/webapp-6.0.0.57.1049268-Ubuntu_20.04-all EOF +# use envsubst in entrypoint script to convert config templates to actual config files WORKDIR /root EXPOSE 80 VOLUME /var/lib/z-push