Commit dd7f25b6 by nabil el mahiri

fix apps folder

parent e2c33db4
Pipeline #515 failed with stages
in 34 seconds
{
"http": {
"socket": false,
"socket": true,
"middleware": {
"session": {
"secret": "c1Ee9)5c@d15Zb(b7129"
......
# NGINX CONF ATLAS VOYAGES
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 localhost:3990;
# server localhost:3990;
}
server {
......
......@@ -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" \; && \
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 tree /atlasvoyages/apps/atlas-voyages/
......
# NGINX CONF ATLAS VOYAGES
upstream node_atlasvoyage_de {
# server unix:/atlasvoyages/apps/atlas-voyages/http.sock;
server localhost:7778;
server unix:/atlasvoyages/apps/atlas-voyages/http.sock;
#server localhost:7778;
}
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