mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 07:15:09 +00:00
fix(erpnext-nginx): COPY path for install_app.sh
This commit is contained in:
parent
ed60f76e78
commit
117de9d4b8
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ ARG GIT_BRANCH=develop
|
||||||
FROM node:${NODE_IMAGE_TAG}
|
FROM node:${NODE_IMAGE_TAG}
|
||||||
|
|
||||||
ARG GIT_BRANCH
|
ARG GIT_BRANCH
|
||||||
COPY install_app.sh /install_app
|
COPY build/erpnext-nginx/install_app.sh /install_app
|
||||||
RUN chmod +x /install_app && \
|
RUN chmod +x /install_app && \
|
||||||
apt-get update -y && \
|
apt-get update -y && \
|
||||||
apt-get install build-essential git python2 -y && \
|
apt-get install build-essential git python2 -y && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue