everything(everything): simply saving work

This commit is contained in:
David Bailey 2024-08-15 22:53:55 +02:00
parent 0f2761cd61
commit 76ca7b9c32
25 changed files with 1330 additions and 561 deletions

View file

@ -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