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