Add octan and add team (WIP)

This commit is contained in:
unurled 2025-07-03 22:16:45 +02:00
parent 744308d0cb
commit e841c38573
Signed by: unurled
GPG key ID: EFC5F5E709B47DDD
12 changed files with 575 additions and 42 deletions

8
Dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM dunglas/frankenphp
RUN install-php-extensions \
pcntl
COPY . /app
ENTRYPOINT ["php", "artisan", "octane:frankenphp"]