Skip to content
Snippets Groups Projects
Commit 82ee732e authored by Flnal's avatar Flnal
Browse files

file gelöscht und neu eingefügt

parent a4b9a048
No related branches found
No related tags found
1 merge request!3Master
#!/bin/sh
# Abort on any error (including if wait-for-it fails).
set -e
# Wait for DB
if [ -n "$DB_CONNECT" ]; then
/go/src/app/wait-for-it.sh "$DB_CONNECT" -t 20
fi
# Run the main container command.
exec "$@"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment