Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 449 Bytes

docker.md

File metadata and controls

14 lines (9 loc) · 449 Bytes

Develop in Docker container

Make sure that you have this tools installed:

Just run:

$ docker-compose up app

and open http://localhost:8000 or some other host (e.g. http://default:8000) if you are using some Vitual Machine provider (e.g. Virtualbox, Parallels).