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