From d942de22de5dd0f78e6e9cebeb1f9d6b9c1bb1f2 Mon Sep 17 00:00:00 2001 From: coward Date: Tue, 4 Jun 2024 16:49:58 +0800 Subject: [PATCH] =?UTF-8?q?:art:=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e20d684..6e0e764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,4 +42,4 @@ COPY --from=build /build/template/* /app/template/ RUN chmod +x wgui -ENTRYPOINT ["./app"] \ No newline at end of file +ENTRYPOINT ["./wgui"] \ No newline at end of file