From f924cfe1b497700e05cd8984ce9e70793ac2e01e Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 3 Apr 2025 01:32:19 +0200 Subject: [PATCH] feat: Default to alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 938badc..99d8709 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,9 +59,9 @@ COPY --chmod=755 ./src /run/ VOLUME /storage EXPOSE 22 5900 8006 +ENV BOOT="alpine" ENV CPU_CORES="2" ENV RAM_SIZE="2G" ENV DISK_SIZE="16G" -ENV BOOT="http://example.com/image.iso" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]