From 4077bae65c04dde4dd85b20ffe642e33ee6ed045 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 24 Oct 2024 12:19:56 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e5e7be..b9295e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,9 +34,9 @@ ADD --chmod=664 https://github.com/qemus/virtiso-arm/releases/download/v0.1.262- EXPOSE 8006 3389 VOLUME /storage +ENV VERSION="11" ENV RAM_SIZE="4G" ENV CPU_CORES="2" ENV DISK_SIZE="64G" -ENV VERSION="win11" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]