mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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}
|
||||
|
||||
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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue