1.- Pull the source code
If pulled for the first time or the package.json changed run
docker-compose build
2.- Then, run the following command to start the environment.
docker-compose up -d
3.- To see the logs of your app
docker-compose logs -f web
4.- To stop the containers
docker-compose down
5.- The app run on
[for develop] (http://localhost:3000)
docker-compose logs -f test
docker-compose exec web npm install pacakge-name
WIP no finished yet