Allow docker to run with the new PublishSingleFile

This commit is contained in:
Daniel_I_Am 2020-08-16 20:57:57 +02:00
parent b84d064ffc
commit 885bbc0e7f
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

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