[Docker] https://www.docker.com/
$ bash run.sh build
Runs all the containers
$ bash run.sh run
$ bash run.sh apidoc
$ bash run.sh dev
$ git clone https://github.com/KorayGocmen/Express-Postgres-Nginx-Docker.git app
$ cd app
$ bash deploy.sh
- App containers do not start with
npm start
, they start withpm2-docker start
- Migrations are runned automatically by starting the app
sequelize db:migrate