Fix entrypoint binary name.

For non-Windows OS the binary is always named `gmad_${os}` instead of just `gmad` as it is on Windows according to the project's premake4.lua script.
1 1.1
Icedream 2017-04-17 23:33:47 +02:00
parent f6f8f4e83b
commit ff440f7fdf
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -50,4 +50,4 @@ RUN \
/var/lib/apt/lists/* \ /var/lib/apt/lists/* \
/usr/src/* /usr/src/*
ENTRYPOINT ["gmad"] ENTRYPOINT ["gmad_linux"]