Commit dd7f25b6 by nabil el mahiri

fix apps folder

parent e2c33db4
Pipeline #515 failed with stages
in 34 seconds
{ {
"http": { "http": {
"socket": false, "socket": true,
"middleware": { "middleware": {
"session": { "session": {
"secret": "c1Ee9)5c@d15Zb(b7129" "secret": "c1Ee9)5c@d15Zb(b7129"
......
# NGINX CONF ATLAS VOYAGES # NGINX CONF ATLAS VOYAGES
upstream node_atlasvoyage_de { upstream node_atlasvoyage_de {
# server unix:/Users/hotelia/nodejs/atlasvoyages.com/apps/atlas-voyages/http.sock; server unix:/Users/hotelia/nodejs/atlasvoyages.com/apps/atlas-voyages/http.sock;
# server unix:/atlasvoyages/apps/atlas-voyages/http.sock; # server unix:/atlasvoyages/apps/atlas-voyages/http.sock;
server localhost:3990; # server localhost:3990;
} }
server { server {
......
...@@ -104,7 +104,7 @@ RUN chmod -R 700 /atlasvoyages/apps ...@@ -104,7 +104,7 @@ RUN chmod -R 700 /atlasvoyages/apps
RUN find ./node_modules -maxdepth 1 -name "pine*" -type d \( ! -name . \) -exec bash -c "cd '{}' && npm i --unsafe-perm=true && grunt build:dist" \; && \ RUN find ./node_modules -maxdepth 1 -name "pine*" -type d \( ! -name . \) -exec bash -c "cd '{}' && npm i --unsafe-perm=true && grunt build:dist" \; && \
find ./node_modules -maxdepth 1 -name "hermes*" -type d \( ! -name . \) -exec bash -c "cd '{}' && npm i --unsafe-perm=true && grunt build:dist" \; && \ find ./node_modules -maxdepth 1 -name "hermes*" -type d \( ! -name . \) -exec bash -c "cd '{}' && npm i --unsafe-perm=true && grunt build:dist" \; && \
find ./node_modules -maxdepth 1 -name "theme-atlasvoyages*" -type d \( ! -name . \) -exec bash -c "cd '{}' && npm i --unsafe-perm=true && grunt build:dist" \; find ./node_modules -maxdepth 1 -name "theme-atlasvoyages*" -type d \( ! -name . \) -exec bash -c "cd '{}' && npm i && grunt build:dist" \;
RUN echo '\n' | grunt pine:setup RUN echo '\n' | grunt pine:setup
# RUN tree /atlasvoyages/apps/atlas-voyages/ # RUN tree /atlasvoyages/apps/atlas-voyages/
......
# NGINX CONF ATLAS VOYAGES # NGINX CONF ATLAS VOYAGES
upstream node_atlasvoyage_de { upstream node_atlasvoyage_de {
# server unix:/atlasvoyages/apps/atlas-voyages/http.sock; server unix:/atlasvoyages/apps/atlas-voyages/http.sock;
server localhost:7778; #server localhost:7778;
} }
server { server {
......
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