Skip to content

Commit

Permalink
#2 Add basic README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomari-Macaraig committed Sep 22, 2018
1 parent 0092ef0 commit b720c1d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#PythonPH

## Prerequisites
* Docker
* Docker Compose
* Git

## Spinning a docker container
```bash
$ docker-compose -f compose/development.yml run -d --rm --name <name> --service-ports app
```
###### Notes:
* Change `name` into what you want to call your container.
* Update `development.yml` if there's conflicting with the ports.

0 comments on commit b720c1d

Please sign in to comment.