Merge pull request #232 from turbo124/master

Remove storage:link from image build
This commit is contained in:
David Bomba
2020-11-30 10:00:27 +11:00
committed by GitHub

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"]