diff --git a/build/frappe-nginx/Dockerfile b/build/frappe-nginx/Dockerfile index 03b40883..64df31b7 100644 --- a/build/frappe-nginx/Dockerfile +++ b/build/frappe-nginx/Dockerfile @@ -14,7 +14,10 @@ RUN cd /home/frappe/frappe-bench/apps/frappe \ && yarn \ && yarn run production \ && rm -fr node_modules \ - && yarn install --production=true + && yarn install --production=true \ + && node --version \ + && npm --version \ + && yarn --version RUN git clone --depth 1 https://github.com/frappe/bench /tmp/bench \ && mkdir -p /var/www/error_pages \ diff --git a/build/frappe-nginx/v11.Dockerfile b/build/frappe-nginx/v11.Dockerfile index cfeb2c3d..e44e7663 100644 --- a/build/frappe-nginx/v11.Dockerfile +++ b/build/frappe-nginx/v11.Dockerfile @@ -14,7 +14,10 @@ RUN cd /home/frappe/frappe-bench/apps/frappe \ && yarn \ && yarn run production \ && rm -fr node_modules \ - && yarn install --production=true + && yarn install --production=true \ + && node --version \ + && npm --version \ + && yarn --version RUN git clone --depth 1 https://github.com/frappe/bench /tmp/bench \ && mkdir -p /var/www/error_pages \ diff --git a/build/frappe-nginx/v12.Dockerfile b/build/frappe-nginx/v12.Dockerfile index 4994ad28..29adfead 100644 --- a/build/frappe-nginx/v12.Dockerfile +++ b/build/frappe-nginx/v12.Dockerfile @@ -14,7 +14,10 @@ RUN cd /home/frappe/frappe-bench/apps/frappe \ && yarn \ && yarn run production \ && rm -fr node_modules \ - && yarn install --production=true + && yarn install --production=true \ + && node --version \ + && npm --version \ + && yarn --version RUN git clone --depth 1 https://github.com/frappe/bench /tmp/bench \ && mkdir -p /var/www/error_pages \ diff --git a/build/frappe-socketio/Dockerfile b/build/frappe-socketio/Dockerfile index a74b0d3e..da9462c1 100644 --- a/build/frappe-socketio/Dockerfile +++ b/build/frappe-socketio/Dockerfile @@ -19,7 +19,9 @@ RUN cd /home/frappe/frappe-bench/apps/frappe \ --output /home/frappe/frappe-bench/apps/frappe/node_utils.js RUN cd /home/frappe/frappe-bench/apps/frappe \ - && npm install --only=production + && npm install --only=production \ + && node --version \ + && npm --version COPY build/frappe-socketio/health.js /home/frappe/frappe-bench/apps/frappe/health.js RUN chown -R frappe:frappe /home/frappe diff --git a/build/frappe-socketio/v11.Dockerfile b/build/frappe-socketio/v11.Dockerfile index fcaac8ac..ed3885fc 100644 --- a/build/frappe-socketio/v11.Dockerfile +++ b/build/frappe-socketio/v11.Dockerfile @@ -19,7 +19,9 @@ RUN cd /home/frappe/frappe-bench/apps/frappe \ --output /home/frappe/frappe-bench/apps/frappe/node_utils.js RUN cd /home/frappe/frappe-bench/apps/frappe \ - && npm install --only=production + && npm install --only=production \ + && node --version \ + && npm --version COPY build/frappe-socketio/health.js /home/frappe/frappe-bench/apps/frappe/health.js RUN chown -R frappe:frappe /home/frappe diff --git a/build/frappe-socketio/v12.Dockerfile b/build/frappe-socketio/v12.Dockerfile index adf536bd..e0cf42b8 100644 --- a/build/frappe-socketio/v12.Dockerfile +++ b/build/frappe-socketio/v12.Dockerfile @@ -19,7 +19,9 @@ RUN cd /home/frappe/frappe-bench/apps/frappe \ --output /home/frappe/frappe-bench/apps/frappe/node_utils.js RUN cd /home/frappe/frappe-bench/apps/frappe \ - && npm install --only=production + && npm install --only=production \ + && node --version \ + && npm --version COPY build/frappe-socketio/health.js /home/frappe/frappe-bench/apps/frappe/health.js RUN chown -R frappe:frappe /home/frappe