Files
perceptron-viewer/dockerEntryPoint.sh
Ninluc 41b0e8a64a
linter / quality (push) Failing after 2m48s
tests / ci (8.3) (push) Successful in 4m38s
Migrate database
2026-09-16 21:34:38 +02:00

11 lines
199 B
Bash

#!/bin/sh
# Migrate the database
php ./artisan migrate --force || exit 1
# Cache
php ./artisan optimize:clear && php ./artisan optimize
# Start the server
exec frankenphp php-server --root=public