Remove storage:link from image build

This commit is contained in:
David Bomba
2020-11-30 09:56:30 +11:00
parent 03c1e32123
commit 2034c6ebff

View File

@@ -120,7 +120,5 @@ RUN /usr/local/bin/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"]