diff --git a/Dockerfile b/Dockerfile index cac91cf..b0b8e01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.