Skip to content

Commit 4cff48a

Browse files
authored
Merge pull request #127 from tossyi/fix-dockerfile
Update Dockerfile: adding the required environment variables
2 parents 2020a72 + 8364860 commit 4cff48a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ ENV ANONYMIZED_TELEMETRY=false
7373
ENV DISPLAY=:99
7474
ENV RESOLUTION=1920x1080x24
7575
ENV VNC_PASSWORD=vncpassword
76+
ENV CHROME_PERSISTENT_SESSION=true
77+
ENV RESOLUTION_WIDTH=1920
78+
ENV RESOLUTION_HEIGHT=1080
7679

7780
# Set up supervisor configuration
7881
RUN mkdir -p /var/log/supervisor

0 commit comments

Comments
 (0)