From 6e5b00ab2cc07637a73dfe878f7d76096309ba90 Mon Sep 17 00:00:00 2001 From: chorouk <chahirchorouk@fractalite.com> Date: Fri, 26 Apr 2019 16:36:16 +0100 Subject: [PATCH] see job --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 9603761..d12bb3c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -107,13 +107,13 @@ RUN chown -R www-data:www-data /atlasvoyages/apps # restore mongo db database # RUN mongorestore --host localhost --port 27017 --gzip --archive=atlasvoyages-dev.archive RUN echo '\n----------------location1----------' | pwd && mkdir ./node_modules -RUN echo '\n----------------location1----------' | pwd && ls -la + RUN find ./node_modules -maxdepth 1 -name "pine*" -type d \( ! -name . \) -exec bash -c "cd '{}' && npm i --unsafe-perm=true && grunt build:dist --force" \; && \ find ./node_modules -maxdepth 1 -name "hermes*" -type d \( ! -name . \) -exec bash -c "cd '{}' && npm i --unsafe-perm=true && grunt build:dist --force" \; && \ find ./node_modules -maxdepth 1 -name "theme-atlasvoyages*" -type d \( ! -name . \) -exec bash -c "cd '{}' && npm i --unsafe-perm=true && grunt build:dist --force" \; +RUN echo '\n----------------location2----------' | pwd && ls -la && npm install grunt -RUN echo '\n----------------location2----------' | pwd && ls -la RUN echo '\n' | grunt pine:setup # RUN tree /atlasvoyages/apps/atlas-voyages/ -- libgit2 0.26.0