Fixes for package discovery

This commit is contained in:
David Bomba
2023-07-06 14:51:50 +10:00
parent acdd6851ff
commit fefc51ccf1
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ WORKDIR /var/www/app
# Do not remove this ENV
ENV IS_DOCKER true
RUN /usr/local/bin/composer install --no-dev
RUN /usr/local/bin/composer install --no-dev --quiet
# Override the environment settings from projects .env file
ENV APP_ENV production

View File

@@ -41,7 +41,7 @@ services:
- "in5.localhost:192.168.0.124 " #host and ip
db:
image: mariadb:10.6
image: mysql:8
# When running on ARM64 use MariaDB instead of MySQL
# image: mariadb:10.4
# For auto DB backups comment out image and use the build block below