thedocks/librephotos-docker/frontend/entrypoint.sh

9 lines
175 B
Bash
Raw Normal View History

2023-01-14 17:48:03 +00:00
#!/usr/bin/env bash
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