moved init to utils container

This commit is contained in:
asohh 2025-10-11 21:52:41 +02:00
commit 985fbf7600
3 changed files with 17 additions and 0 deletions

View file

@ -2,3 +2,4 @@ FROM docker.io/library/php:cli
RUN docker-php-ext-install mysqli bcmath
COPY ./utils/* /opt/
COPY ./data_init/*.sql /opt/init/init.sql