Execute dll with dotnet instead of binary

This commit is contained in:
Simon Bruder 2019-11-30 12:23:15 +00:00
parent 8e0575f1ef
commit 1b5db4e009
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -42,4 +42,4 @@ COPY --from=builder /opt/osu/ /opt/osu/
RUN adduser --disabled-password --gecos '' osu
USER osu
ENTRYPOINT ["/opt/osu/osu!"]
ENTRYPOINT ["dotnet", "/opt/osu/osu!.dll"]