From ef533621a4a19b105b841ef2e995c1c2e27ebcc6 Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 29 Jun 2024 16:03:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20=E5=B0=9D=E8=AF=95?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=AF=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7ccfff0..008832f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -107,6 +107,8 @@ COPY linux/conf.d/* /etc/supervisor/conf.d/ # Add entrypoint.sh COPY linux/sh/entrypoint.sh /etc/entrypoint.sh +RUN wineboot --init && Xvfb :0 -screen 0 1024x768x16 & + ENTRYPOINT ["/bin/bash","/etc/entrypoint.sh"] # Expose Port