ci: initial workflow

This commit is contained in:
Oliver Davies 2023-03-08 21:24:41 +00:00
parent 78411c319c
commit 484ff14d1f
2 changed files with 24 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM php:8.1-cli
WORKDIR /app
ENTRYPOINT ["bash"]