# Use the base image FROM fredblgr/ubuntu-novnc:20.04 USER root # Set the environment variable for screen resolution ENV RESOLUTION 1707x1067 # Start the command to run NoVNC CMD ["supervisord", "-c", "/etc/supervisor/supervisord.conf"]