use SHOW for pg and eg, headless by default for both, but show inside Docker

This commit is contained in:
Ralf Vogler 2023-01-07 13:47:08 +01:00
parent cc183a6303
commit 09c3e57a8a
3 changed files with 7 additions and 2 deletions

View file

@ -56,6 +56,9 @@ ENV SCREEN_WIDTH 1280
ENV SCREEN_HEIGHT 1280
ENV SCREEN_DEPTH 24
# Show browser instead of running headless
ENV SHOW 1
# Script to setup display server & VNC is always executed.
ENTRYPOINT ["entrypoint"]
# Default command to run. This is replaced by appending own command, e.g. `docker run ... node prime-gaming` to only run this script.