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