diff --git a/Dockerfile b/Dockerfile index 4e06d3c..23b8671 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ RUN dotnet publish "BotNet.csproj" -c Release -o /app/publish FROM base AS final WORKDIR /app COPY --from=publish /app/publish . -ENTRYPOINT ["dotnet", "BotNet.dll"] \ No newline at end of file +ENTRYPOINT ["./BotNet"] \ No newline at end of file