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
parent
f6f8f4e83b
commit
ff440f7fdf
|
@ -50,4 +50,4 @@ RUN \
|
||||||
/var/lib/apt/lists/* \
|
/var/lib/apt/lists/* \
|
||||||
/usr/src/*
|
/usr/src/*
|
||||||
|
|
||||||
ENTRYPOINT ["gmad"]
|
ENTRYPOINT ["gmad_linux"]
|
||||||
|
|
Loading…
Reference in New Issue