Latest update
Some checks failed
Build and test / requirements (push) Has been cancelled

This commit is contained in:
2024-06-24 13:46:25 +00:00
parent 66ad8aa592
commit d392cb3c2d
2 changed files with 103 additions and 94 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM php:8.3-cli
COPY . /app
WORKDIR /app