mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-03 04:28:31 +00:00
fix(frappe-nginx): create /assets dir
This commit is contained in:
parent
ef31d8e025
commit
8634460315
@ -17,7 +17,6 @@ RUN apt-get update \
|
|||||||
git \
|
git \
|
||||||
build-essential \
|
build-essential \
|
||||||
wget \
|
wget \
|
||||||
python2 \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install nvm with node and yarn
|
# Install nvm with node and yarn
|
||||||
@ -63,6 +62,7 @@ RUN apt-get update \
|
|||||||
RUN echo "#!/bin/bash" > /rsync \
|
RUN echo "#!/bin/bash" > /rsync \
|
||||||
&& chmod +x /rsync
|
&& chmod +x /rsync
|
||||||
|
|
||||||
|
RUN mkdir /assets
|
||||||
VOLUME [ "/assets" ]
|
VOLUME [ "/assets" ]
|
||||||
|
|
||||||
RUN chown -R nginx:nginx /assets /etc/nginx/conf.d/
|
RUN chown -R nginx:nginx /assets /etc/nginx/conf.d/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user