aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAdrien <adrien@luxeylab.net>2023-03-27 10:23:32 +0200
committerAdrien <adrien@luxeylab.net>2023-03-27 10:23:32 +0200
commit55ef7530aee661b5bcfbb9d1c8fffb7ab5dd03f2 (patch)
tree4a731f38279eebd09b61e3f022aa66d3019e3f89 /Dockerfile
parenta2be316d91e3117d620f39a29b910349f730760d (diff)
downloadbottin-55ef7530aee661b5bcfbb9d1c8fffb7ab5dd03f2.tar.gz
bottin-55ef7530aee661b5bcfbb9d1c8fffb7ab5dd03f2.zip
cleaned Docker processfeat/better-docker
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 955e617..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,5 +0,0 @@
-FROM scratch
-
-ADD bottin.static /bottin
-
-ENTRYPOINT ["/bottin"]