Skip to content

Commit f945910

Browse files
authored
Merge pull request #651 from roozbehf/fix/docker-entrypoint-arguments
fix: docker entry point argument passing
2 parents 7bd41cb + 67ab637 commit f945910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ http_username = ${GITLAB_HTTP_USERNAME}
1818
http_password = ${GITLAB_HTTP_PASSWORD}
1919
EOF
2020

21-
exec gitlab --config-file "${GITLAB_CFG}" $@
21+
exec gitlab --config-file "${GITLAB_CFG}" "$@"

0 commit comments

Comments
 (0)