fix: run container as root to keep browser profile writable
All checks were successful
build-and-push / lint (push) Successful in 4s
build-and-push / sonar (push) Successful in 11s
build-and-push / docker (push) Successful in 1m11s

This commit is contained in:
nocci 2025-12-31 11:47:36 +00:00
parent 7f5226ea65
commit 34e8d92b05

View file

@ -102,8 +102,6 @@ ENV DEPTH 24
# Show browser instead of running headless
ENV SHOW 1
USER fgc
# Script to setup display server & VNC is always executed.
ENTRYPOINT ["docker-entrypoint.sh"]
# Default command to run. This is replaced by appending own command, e.g. `docker run ... node prime-gaming` to only run this script.