diff options
author | Adrien <adrien@luxeylab.net> | 2023-03-27 10:23:32 +0200 |
---|---|---|
committer | Adrien <adrien@luxeylab.net> | 2023-03-27 10:23:32 +0200 |
commit | 55ef7530aee661b5bcfbb9d1c8fffb7ab5dd03f2 (patch) | |
tree | 4a731f38279eebd09b61e3f022aa66d3019e3f89 /Dockerfile | |
parent | a2be316d91e3117d620f39a29b910349f730760d (diff) | |
download | bottin-55ef7530aee661b5bcfbb9d1c8fffb7ab5dd03f2.tar.gz bottin-55ef7530aee661b5bcfbb9d1c8fffb7ab5dd03f2.zip |
cleaned Docker processfeat/better-docker
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 5 |
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"] |