Fresh Express generated app with docker compose
To get it running:
- Install docker toolkit, which includes docker-machine and docker-compose.
- install the node packages in the web container:
→ docker-compose run web npm install
Docker will download all of the images for the container.
- start up the app:
→ docker-compose up
- Open the app: (OS/X)
→ open http://$(docker-machine ip default):5000/