Closed Devidian closed 4 years ago
See https://github.com/CM2Walki/CSGO/commit/662d89e5f7770e337bd7fa452ebd53d6cc59cc44.
Try latest with:
-e ADDITIONAL_ARGS="-condebug"
It should work as intended. Note that if you want to use a string parameter with ADDITIONAL_ARGS, you will probably need to escape it quiet a bit:
-e ADDITIONAL_ARGS="-condebug +mapchangecfgfile \"someconfig.cfg\""
@Devidian is this what you were looking for?
Yeah Looks good Just could Not Test it as i am currently on vacation.Am 11.09.2020 12:47 schrieb "Walentin L." notifications@github.com: @Devidian is this what you were looking for?
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.
Just tested it and confirm its working as needed, thanks for the fast solution! Great work!
Greetings,
i'm currently looking for a solution to start with -condebug without editing entry.sh after every deployment or set entrypoint in my composer file. Is it possible that you could add some "ADDITIONAL_ARGS" env where i can pass "-condebug". I need that for a project my company is working on currently and i would like to use your docker container and not creating my own :)