Update deps, fix Docker build errors
This commit is contained in:
parent
162390008b
commit
c62bfd2a4c
31 changed files with 832 additions and 1227 deletions
5
apps/bridge-frontend/docker-entrypoint.sh
Normal file
5
apps/bridge-frontend/docker-entrypoint.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
echo "starting bridge-frontend"
|
||||
exec dumb-init npm run start
|
||||
Loading…
Add table
Add a link
Reference in a new issue