Skip to content
Snippets Groups Projects
entrypoint.sh 175 B
Newer Older
Matteo Parrucci's avatar
Matteo Parrucci committed
echo "installing frontend"
npm install --legacy-peer-deps
npm run postinstall
npm run start
# DANGEROUSLY_DISABLE_HOST_CHECK=true HOST=0.0.0.0 npm start