2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

fix(erpnext-nginx): COPY path for install_app.sh

This commit is contained in:
Revant Nandgaonkar 2021-01-05 17:48:11 +05:30
parent ed60f76e78
commit 117de9d4b8

View File

@ -3,7 +3,7 @@ ARG GIT_BRANCH=develop
FROM node:${NODE_IMAGE_TAG}
ARG GIT_BRANCH
COPY install_app.sh /install_app
COPY build/erpnext-nginx/install_app.sh /install_app
RUN chmod +x /install_app && \
apt-get update -y && \
apt-get install build-essential git python2 -y && \