Change CMD into an entrypoint

This commit is contained in:
Daniel_I_Am 2020-08-15 21:25:39 -04:00
parent 1ee7ca135c
commit 75d5464060

View File

@ -4,4 +4,4 @@ COPY "./build" "/App"
WORKDIR /App WORKDIR /App
CMD ["/usr/bin/dotnet" "Chaosbot.dll"] ENTRYPOINT ["dotnet" "Chaosbot.dll"]