Commit 642037ec by nabil el mahiri

fix apps folder

parent 0d13746c
Pipeline #501 failed with stages
in 8 minutes 37 seconds
......@@ -93,6 +93,7 @@ RUN npm install --unsafe-perm=true
COPY ./ /atlasvoyages/
RUN chmod -R 700 /atlasvoyages/apps
WORKDIR /atlasvoyages
# restore mongo db database
......@@ -103,8 +104,7 @@ RUN find ./node_modules -maxdepth 1 -name "pine*" -type d \( ! -name . \) -exec
find ./node_modules -maxdepth 1 -name "theme-atlasvoyages*" -type d \( ! -name . \) -exec bash -c "cd '{}' && npm i --unsafe-perm=true && grunt build:dist" \;
RUN echo '\n' | grunt pine:setup
RUN tree /apps/atlas-voyages/
# RUN tree /atlasvoyages/apps/atlas-voyages/
RUN grunt pine:copy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment