forked from apps/featurer
Initial commit.
This commit is contained in:
8
server/entrypoint-featurer.sh
Executable file
8
server/entrypoint-featurer.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "* Starting Featurer..."
|
||||
if [ -n "${FEATURER_DEBUG}" ]; then
|
||||
exec /dlv --listen=:4000 --headless=true --log=true --accept-multiclient --api-version=2 exec /featurer --continue
|
||||
else
|
||||
exec /featurer
|
||||
fi
|
||||
Reference in New Issue
Block a user