aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.sally
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.sally')
-rw-r--r--Dockerfile.sally6
1 files changed, 6 insertions, 0 deletions
diff --git a/Dockerfile.sally b/Dockerfile.sally
new file mode 100644
index 0000000..f78f304
--- /dev/null
+++ b/Dockerfile.sally
@@ -0,0 +1,6 @@
+FROM scratch
+
+EXPOSE 8080
+ADD sally.yaml /
+ADD _tmp/sally /
+ENTRYPOINT ["/sally"]