summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkmeister <kris@aliencom.net>2017-04-13 18:03:39 -0400
committerkmeister <kris@aliencom.net>2017-04-13 18:03:39 -0400
commit3ddd3307dcbbd26a1c317a11fc43e8ce03bada09 (patch)
tree44e9cc3928b9eae6fda899018b85353418e697d0
parente8b02fa2be50e8972cdf163022dfa7eb2c524821 (diff)
[docker] this setup will make it easier to add builds https://docs.docker.com/docker-hub/builds/#use-the-build-settings-page#add-and-run-a-new-build
-rw-r--r--Dockerfile (renamed from docker/Dockerfile)0
-rw-r--r--docker/README.md4
2 files changed, 3 insertions, 1 deletions
diff --git a/docker/Dockerfile b/Dockerfile
index 706b5c8..706b5c8 100644
--- a/docker/Dockerfile
+++ b/Dockerfile
diff --git a/docker/README.md b/docker/README.md
index 98841af..2401588 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -1,3 +1,5 @@
+# TODO: remove from here and add to wki
+
## Ponzu Docker build
Ponzu is distributed as a docker image **NEEDS LINK**, which aids in docker deployment. The Dockerfile in this directory is used by ponzu to generate the docker image which contains the ponzu executable.
@@ -7,7 +9,7 @@ Ponzu is distributed as a docker image **NEEDS LINK**, which aids in docker depl
#### Build the docker image. Run from the root of the project.
```bash
# from the root of ponzu:
-docker build -f docker/Dockerfile -t ponzu-dev .
+docker build -t ponzu-dev
```
#### Start the image, share the local directory and pseudo terminal (tty) into for debugging: