forked from kamba4/sunders
moved init to utils container
This commit is contained in:
parent
669c665a10
commit
985fbf7600
3 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue