From 093ee28cdb5e5f990113744ec7727260979f8ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alice=20King=20Tai=20Poon=20=20=20=20=E6=BD=98=E6=99=AF?= =?UTF-8?q?=E6=B3=B0?= <23336645+codenamedpkt@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:58:56 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9ee0e6..8a05ac1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,4 +37,4 @@ ENV CPU_CORES "8" ENV DISK_SIZE "512G" ENV VERSION "win11e" -ENTRYPOINT ["sudo", "/usr/bin/tini", "-s", "/run/entry.sh"] +ENTRYPOINT ["/usr/bin/sudo", "/usr/bin/tini", "-s", "/run/entry.sh"]