From acef72b31980492aea57fa31e3cab48be559e5d3 Mon Sep 17 00:00:00 2001 From: MrBounty Date: Mon, 25 Nov 2024 23:25:19 +0100 Subject: [PATCH] Delete Dockerfile It is useless, it was just a quick test --- Dockerfile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index ef2a99e..0000000 --- a/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM scratch - -COPY zig-out/bin/zippon / -COPY example.zipponschema / - -ENV ZIPPONDB_PATH=data -ENV ZIPPONDB_SCHEMA=example.zipponschema - -CMD ["/zippon"] -