File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,9 @@ COPY kernel-images/images/chromium-headful/wrapper.sh /wrapper.sh
262262COPY kernel-images/images/chromium-headful/supervisord.conf /etc/supervisor/supervisord.conf
263263COPY kernel-images/images/chromium-headful/supervisor/services/ /etc/supervisor/conf.d/services/
264264
265+ # Override chromium.conf with local version that includes auto-open-devtools
266+ COPY supervisor/services/chromium.conf /etc/supervisor/conf.d/services/chromium.conf
267+
265268# copy the kernel-images API binary built in the builder stage
266269COPY --from=server-builder /out/kernel-images-api /usr/local/bin/kernel-images-api
267270
Original file line number Diff line number Diff line change 1+ [program:chromium]
2+ command=/bin/bash -lc '/images/chromium-headful/start-chromium.sh'
3+ autostart=false
4+ autorestart=true
5+ startsecs=5
6+ stdout_logfile=/var/log/supervisord/chromium
7+ redirect_stderr=true
8+ environment=HOME="/home/kernel",USER="kernel",CHROMIUM_FLAGS="--auto-open-devtools-for-tabs"
You can’t perform that action at this time.
0 commit comments