Add octan and add team (WIP)
This commit is contained in:
parent
744308d0cb
commit
e841c38573
12 changed files with 575 additions and 42 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM dunglas/frankenphp
|
||||
|
||||
RUN install-php-extensions \
|
||||
pcntl
|
||||
|
||||
COPY . /app
|
||||
|
||||
ENTRYPOINT ["php", "artisan", "octane:frankenphp"]
|
Loading…
Add table
Add a link
Reference in a new issue