- docker-compose up --build
- docker exec -it backend-docker sh
- NODE_ENV=docker node_modules/.bin/sequelize db:create
- NODE_ENV=docker node_modules/.bin/sequelize db:migrate
- NODE_ENV=docker node_modules/.bin/sequelize db:seed:all
This repo contains an example of dockerizing a full stack application. Please have a look at my blog if you want to know how to create it
- Frontend - ReactJs
- Backend - HapiJs
- DB - Postgres