everything(everything): simply saving work
This commit is contained in:
parent
0f2761cd61
commit
76ca7b9c32
25 changed files with 1330 additions and 561 deletions
|
@ -2,7 +2,7 @@ FROM composer
|
|||
WORKDIR /app
|
||||
|
||||
COPY www/composer.* .
|
||||
RUN composer install
|
||||
COPY www/vendor/* vendor/
|
||||
|
||||
FROM php:apache
|
||||
WORKDIR /var/www/html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue