aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.scratch
diff options
context:
space:
mode:
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"]