Skip to content

Commit b811c57

Browse files
committed
fix
1 parent c7870c9 commit b811c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/entrypoint.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
dockerize -template /kool/kool.tmpl:/usr/local/etc/php/conf.d/kool.ini -template /kool/zz-docker.tmpl:/usr/local/etc/php-fpm.d/zz-docker.conf -template /kool/default.tmpl:/etc/nginx/conf.d/default.conf
4+
dockerize -template /kool/kool.tmpl:/usr/local/etc/php/conf.d/kool.ini -template /kool/zz-docker.tmpl:/usr/local/etc/php-fpm.d/zz-docker.conf {!! $nginx ? '-template /kool/default.tmpl:/etc/nginx/conf.d/default.conf' : '' !!}
55

66
# usage: file_env VAR [DEFAULT]
77
# ie: file_env 'XYZ_DB_PASSWORD' 'example'

0 commit comments

Comments
 (0)