From 3434e764ce6efcdbf05ed33fc6511fba568cc32e Mon Sep 17 00:00:00 2001 From: "ITO Manaki (Colk)" <53868423+Colk-tech@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:09:27 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20`Dockerfile`=20=E3=81=AE=E6=9C=AB?= =?UTF-8?q?=E5=B0=BE=E3=81=AB=E6=94=B9=E8=A1=8C=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=20(#41)?= 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 016d310..684e0fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ RUN chmod 755 out/efbundle FROM --platform=linux/amd64 mcr.microsoft.com/dotnet/runtime:8.0 AS runtime WORKDIR /App COPY --from=build /App/out . -ENTRYPOINT ["dotnet", "king-server.dll"] \ No newline at end of file +ENTRYPOINT ["dotnet", "king-server.dll"]