ci: add first draft of MySQL data schema
This commit is contained in:
parent
1862ccbbb6
commit
57d6d82be9
3 changed files with 60 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM composer
|
||||
WORKDIR /app
|
||||
|
||||
COPY composer.* .
|
||||
COPY www/composer.* .
|
||||
RUN composer install
|
||||
|
||||
FROM php:apache
|
||||
|
@ -14,5 +14,5 @@ RUN a2enmod rewrite
|
|||
RUN a2enmod headers
|
||||
RUN docker-php-ext-install mysqli && docker-php-ext-enable mysqli
|
||||
|
||||
COPY . .
|
||||
COPY www/ .
|
||||
RUN chmod -R a+r $(ls -I vendor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue