Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 688 Bytes

docker.md

File metadata and controls

23 lines (15 loc) · 688 Bytes

Develop in Docker container

Make sure that you have this tools installed:

Clone the project:

git clone https://github.com/pehapkari/pehapkari.cz.git
cd pehapkari.cz

and 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).

If you get "Connection interrupted" in your browser, try stopping the Docker app (CTRL+C) and running it again (docker-compose up app).