add: the required environment variables were missing during the docker build

This commit is contained in:
tossyi
2025-01-19 17:59:37 +09:00
parent 2020a727f8
commit 8364860566

View File

@@ -73,6 +73,9 @@ ENV ANONYMIZED_TELEMETRY=false
ENV DISPLAY=:99
ENV RESOLUTION=1920x1080x24
ENV VNC_PASSWORD=vncpassword
ENV CHROME_PERSISTENT_SESSION=true
ENV RESOLUTION_WIDTH=1920
ENV RESOLUTION_HEIGHT=1080
# Set up supervisor configuration
RUN mkdir -p /var/log/supervisor