Files
parcer/server/start.sh
2024-11-03 01:11:35 +05:30

10 lines
193 B
Bash

#!/bin/bash
# Start Xvfb in the background with the desired dimensions
#Xvfb :0 -screen 0 900x400x24 &
# Wait for Xvfb to start
#sleep 2
# Execute the Node.js application
exec npm run server