Files
perceptron-viewer/dockerEntryPoint.sh
T
Ninluc 5d71962893
linter / quality (push) Successful in 4m26s
tests / ci (8.4) (push) Successful in 4m24s
tests / ci (8.5) (push) Successful in 4m24s
Docker and CICD
2026-09-16 20:03:18 +02:00

8 lines
135 B
Bash

#!/bin/sh
# Cache
php ./artisan optimize:clear && php ./artisan optimize
# Start the server
exec frankenphp php-server --root=public