init: technical take home for gitlab operate
This commit is contained in:
9
docker-entrypoint.sh
Normal file
9
docker-entrypoint.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Build command arguments
|
||||
if [ -n "$CONFIG_FILE" ]; then
|
||||
exec ./interview-server -config "$CONFIG_FILE"
|
||||
else
|
||||
exec ./interview-server
|
||||
fi
|
||||
Reference in New Issue
Block a user