Skip to content

Commit 0cf6055

Browse files
authored
Update entrypoint for argument quoting
Also, release memory from shell process.
1 parent 54c6185 commit 0cf6055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
/app/bin/console.php $@
3+
exec /app/bin/console.php "$@"

0 commit comments

Comments
 (0)