PixelStream-BLD / backend /entrypoint.sh
Abhisingh-18's picture
Mirror of github.com/Abhisingh18/PixelStream-BLD
0266b68 verified
Raw
History Blame Contribute Delete
250 Bytes
#!/bin/sh
# Start a virtual display, then run the app in the foreground so Chrome can
# launch headful and node's logs go straight to the container's stdout.
Xvfb :99 -screen 0 1280x720x24 -nolisten tcp &
export DISPLAY=:99
exec node server.js