From 863446031573ba18ec96dd20bdcf3e47844bae3d Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Thu, 18 Nov 2021 22:48:22 +0530 Subject: [PATCH] fix(frappe-nginx): create /assets dir --- build/frappe-nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/frappe-nginx/Dockerfile b/build/frappe-nginx/Dockerfile index e0520af6..21e85fc7 100644 --- a/build/frappe-nginx/Dockerfile +++ b/build/frappe-nginx/Dockerfile @@ -17,7 +17,6 @@ RUN apt-get update \ git \ build-essential \ wget \ - python2 \ && rm -rf /var/lib/apt/lists/* # Install nvm with node and yarn @@ -63,6 +62,7 @@ RUN apt-get update \ RUN echo "#!/bin/bash" > /rsync \ && chmod +x /rsync +RUN mkdir /assets VOLUME [ "/assets" ] RUN chown -R nginx:nginx /assets /etc/nginx/conf.d/