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:
parent
ed60f76e78
commit
117de9d4b8
@ -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 New Issue
Block a user