use SHOW for pg and eg, headless by default for both, but show inside Docker
This commit is contained in:
parent
cc183a6303
commit
09c3e57a8a
3 changed files with 7 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue