Added environment variable to specify custom arguments to pass to Firefox.

This commit is contained in:
Jocelyn Le Sage 2024-06-30 22:25:39 -04:00
parent 1e6d352a54
commit ebe461ade1
3 changed files with 17 additions and 1 deletions

View file

@ -90,7 +90,8 @@ RUN \
# Set public environment variables.
ENV \
FF_OPEN_URL= \
FF_KIOSK=0
FF_KIOSK=0 \
FF_CUSTOM_ARGS=
# Metadata.
LABEL \