2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-23 23:28:27 +00:00

fix(frappe-nginx): create /assets dir

This commit is contained in:
Revant Nandgaonkar 2021-11-18 22:48:22 +05:30
parent ef31d8e025
commit 8634460315

View File

@ -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/