Initial build pipeline.

This commit is contained in:
2024-02-07 13:22:14 +01:00
parent b26c4881ba
commit 5649fdd493
2 changed files with 22 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM php:apache-bookworm
COPY . /var/www/html