Commit c6e9ee06 by nabil el mahiri

fix apps folder

parent e73dcc90
Pipeline #509 passed with stages
in 11 minutes 52 seconds
......@@ -115,7 +115,7 @@ RUN grunt pine:copy
# expose port 80 443
EXPOSE 80
EXPOSE 443
EXPOSE 7778
# setup endpoint for the final container
ENTRYPOINT ["/usr/bin/supervisord"]
......
......@@ -11,6 +11,6 @@ command=mongod --fork --logpath /var/log/mongodb.log
command=/etc/init.d/nginx start
[program:pine]
command=nohup node index.js atlas-voyages> output.log &
command=nohup node /atlasvoyages/index.js atlas-voyages > output.log &
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