mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-11 08:28:26 +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}
|
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…
x
Reference in New Issue
Block a user