aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.scratch
diff options
context:
space:
mode:
authorGrayson Koonce <grayson.koonce@gmail.com>2017-01-26 13:42:56 -0800
committerGitHub <noreply@github.com>2017-01-26 13:42:56 -0800
commit36aee2f74d0bbb139efcc0303fa04bf308efd5b3 (patch)
tree1e6ba69d435725b8d7b7c78a447ed8687954895b /Dockerfile.scratch
parent10d8a723b116b6ee54d57363c9eaebe9eaa71f4f (diff)
downloadsally-36aee2f74d0bbb139efcc0303fa04bf308efd5b3.tar.gz
Rename Dockerfile.sally to Dockerfile.scratch (#27)
Diffstat (limited to 'Dockerfile.scratch')
-rw-r--r--Dockerfile.scratch6
1 files changed, 6 insertions, 0 deletions
diff --git a/Dockerfile.scratch b/Dockerfile.scratch
new file mode 100644
index 0000000..f78f304
--- /dev/null
+++ b/Dockerfile.scratch
@@ -0,0 +1,6 @@
+FROM scratch
+
+EXPOSE 8080
+ADD sally.yaml /
+ADD _tmp/sally /
+ENTRYPOINT ["/sally"]