Closed petrpatek closed 2 years ago
The template does not run the xvfb command before running the node script. In the dockerfile there should be something like this: CMD ./start_xvfb_and_run_cmd.sh && npm run start:prod.
CMD ./start_xvfb_and_run_cmd.sh && npm run start:prod
The template does not run the xvfb command before running the node script. In the dockerfile there should be something like this:
CMD ./start_xvfb_and_run_cmd.sh && npm run start:prod
.