aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-01-26 21:57:27 +0100
committerAlex Auvolat <alex@adnab.me>2020-01-26 21:57:27 +0100
commit15745b1b390792d5defbc73788adadf1c0656fbe (patch)
tree81ab0d64f47ef3591d1e7ce56b097d0b03b994a1 /Dockerfile
parent97f5effe5506a8cbfbbb3fbe176929c188c361b3 (diff)
downloadbottin-15745b1b390792d5defbc73788adadf1c0656fbe.tar.gz
bottin-15745b1b390792d5defbc73788adadf1c0656fbe.zip
Add dockerfile, makefile and example nomad configuration file
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..f662db6
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,5 @@
+FROM scratch
+
+ADD gobottin /
+
+ENTRYPOINT ["/gobottin"]