We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0092ef0 commit b720c1dCopy full SHA for b720c1d
1 file changed
README.md
@@ -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