This commit is contained in:
David Bomba
2020-11-28 07:25:07 +11:00

View File

@@ -119,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"]