Added support for enabling kiosk mode and opening an URL at launch.

This commit is contained in:
Jocelyn Le Sage 2022-10-07 22:36:46 -04:00
parent b18027ec44
commit a50bede41a
5 changed files with 43 additions and 2 deletions

View file

@ -119,6 +119,11 @@ RUN \
set-cont-env DOCKER_IMAGE_VERSION "$DOCKER_IMAGE_VERSION" && \
true
# Set public environment variables.
ENV \
FF_OPEN_URL= \
FF_KIOSK=0
# Define mountable directories.
VOLUME ["/config"]