aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.sally
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.sally
parent10d8a723b116b6ee54d57363c9eaebe9eaa71f4f (diff)
downloadsally-36aee2f74d0bbb139efcc0303fa04bf308efd5b3.tar.gz
Rename Dockerfile.sally to Dockerfile.scratch (#27)
Diffstat (limited to 'Dockerfile.sally')
-rw-r--r--Dockerfile.sally6
1 files changed, 0 insertions, 6 deletions
diff --git a/Dockerfile.sally b/Dockerfile.sally
deleted file mode 100644
index f78f304..0000000
--- a/Dockerfile.sally
+++ /dev/null
@@ -1,6 +0,0 @@
-FROM scratch
-
-EXPOSE 8080
-ADD sally.yaml /
-ADD _tmp/sally /
-ENTRYPOINT ["/sally"]