Execute dll with dotnet instead of binary

master
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
1 changed files with 1 additions and 1 deletions

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"]