containerized the app

This commit is contained in:
aso 2025-10-06 21:13:58 +02:00
commit 070ccc9a19
14 changed files with 118204 additions and 4 deletions

4
Containerfile.utils Normal file
View file

@ -0,0 +1,4 @@
FROM docker.io/library/php:cli
RUN docker-php-ext-install mysqli bcmath
COPY ./utils/* /opt/