From 91e36a811d5a56e1e52ab73d65ecc838666506b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique=20Ivanchechen?= Date: Thu, 10 Aug 2023 16:07:12 -0300 Subject: [PATCH] whoops --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f0f113..1134d44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0 RUN apt update && apt install -y ffmpeg libopus-dev opus-tools libsodium-dev WORKDIR /App COPY --from=build-env /App/out . -ENTRYPOINT ["dotnet", "Kasbot.dll"] \ No newline at end of file +ENTRYPOINT ["dotnet", "Kasbot.App.dll"] \ No newline at end of file