diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 93fbcd2..3065bd3 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -5,6 +5,6 @@ echo 'extension=sqlite3.so' >> /etc/php/php.ini test -d vendor || ./bin/setup_web test -d storage/ca || mkdir storage/ca -test -d ca.crt || ./bin/setup +test -f storage/ca/ca.crt || ./bin/setup php -S 0.0.0.0:80 -t public public/index.php