Commit 809de2de by nabil el mahiri

fix apps folder

parent c6e9ee06
Pipeline #510 passed with stages
in 8 minutes 51 seconds
...@@ -47,7 +47,7 @@ deploy: ...@@ -47,7 +47,7 @@ deploy:
script: script:
- chmod +x sh/run.sh - chmod +x sh/run.sh
- sh sh/run.sh - sh sh/run.sh
- docker run -d -p 7778:7778 --name atlasvoyages-docker-prod atlasvoyages-docker:prod - docker run -d -p 7778:80 --name atlasvoyages-docker-prod atlasvoyages-docker:prod
- sh sh/clean.sh - sh sh/clean.sh
# build: # build:
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"logging": {}, "logging": {},
"defaultStore": "mongo", "defaultStore": "mongo",
"http": { "http": {
"port": 7778, "port": 80,
"settings": { "settings": {
"trust proxy": "true" "trust proxy": "true"
}, },
......
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