Skip to content

Commit b720c1d

Browse files
#2 Add basic README.md
1 parent 0092ef0 commit b720c1d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#PythonPH
2+
3+
## Prerequisites
4+
* Docker
5+
* Docker Compose
6+
* Git
7+
8+
## Spinning a docker container
9+
```bash
10+
$ docker-compose -f compose/development.yml run -d --rm --name <name> --service-ports app
11+
```
12+
###### Notes:
13+
* Change `name` into what you want to call your container.
14+
* Update `development.yml` if there's conflicting with the ports.

0 commit comments

Comments
 (0)