diff --git a/Dockerfile b/Dockerfile index 3676ff8..6e8de9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ COPY "./build" "/App" WORKDIR /App -CMD ["/usr/bin/dotnet" "Chaosbot.dll"] \ No newline at end of file +ENTRYPOINT ["dotnet" "Chaosbot.dll"] \ No newline at end of file