Minor framework updates, and updates from other projects

This commit is contained in:
Deon George
2021-07-09 12:41:15 +10:00
parent a9f81373fa
commit 7e150e6cf6
9 changed files with 169 additions and 116 deletions

View File

@@ -1,4 +1,4 @@
FROM registry.leenooks.net/leenooks/php:8.0-fpm-ext
FROM registry.leenooks.net/leenooks/php:8.0-fpm-image
COPY . /var/www/html/
@@ -6,7 +6,7 @@ RUN mkdir /var/www/.composer \
&& ([ -r auth.json ] && mv auth.json /var/www/.composer/) || true \
&& touch .composer.refresh \
&& mv .env.example .env \
&& FORCE_PERMS=1 /sbin/init \
&& FORCE_PERMS=1 NGINX_START=FALSE /sbin/init \
&& chmod +x /var/www/html/artisan \
&& touch .migrate \
&& rm -rf /var/www/.composer/*