Docker and CICD
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Cache
|
||||
php ./artisan optimize:clear && php ./artisan optimize
|
||||
|
||||
# Start the server
|
||||
exec frankenphp php-server --root=public
|
||||
Reference in New Issue
Block a user