diff --git a/docker/Dockerfile b/docker/Dockerfile index 31e6e60..e586854 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -106,7 +106,7 @@ 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----------------location----------' | pwd && ls -la +RUN echo '\n----------------locationhfhjghjhg----------' | 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" \; && \