aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-01-31 22:15:40 +0100
committerAlex Auvolat <alex@adnab.me>2020-01-31 22:15:40 +0100
commit7962e7b26201506d38bff049d6d20c0fb81df38e (patch)
treebe8a9472f743052a8314ca5621e32151c10ae000 /Dockerfile
parente1f5c31402df97594116267b4f918582f2496ee0 (diff)
downloadbottin-7962e7b26201506d38bff049d6d20c0fb81df38e.tar.gz
bottin-7962e7b26201506d38bff049d6d20c0fb81df38e.zip
Rebrand to Bottin (with Superboum's benediction)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index afc0b36..955e617 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
FROM scratch
-ADD gobottin.static /gobottin
+ADD bottin.static /bottin
-ENTRYPOINT ["/gobottin"]
+ENTRYPOINT ["/bottin"]