This commit is contained in:
2023-08-10 16:07:12 -03:00
parent 3b2a4dc6d5
commit 91e36a811d

View File

@@ -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"]
ENTRYPOINT ["dotnet", "Kasbot.App.dll"]