Merge pull request #213 from turbo124/master

Add Git / link storage
This commit is contained in:
David Bomba
2020-11-28 07:26:12 +11:00
committed by GitHub

View File

@@ -8,6 +8,7 @@ RUN set -eux; \
apk add --no-cache \
curl \
mysql-client \
git \
libarchive-tools; \
mkdir -p /var/www/app
@@ -118,5 +119,7 @@ RUN composer install --no-dev --no-suggest --no-progress --quiet
ENV APP_ENV production
ENV LOG errorlog
RUN php artisan storage:link
ENTRYPOINT ["docker-entrypoint"]
CMD ["php-fpm"]