7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
cd /app && node /app/data/scripts/blz-bridge-patch.js
|
|
|
|
exec docker-entrypoint.sh "$@"
|