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/