diff --git a/Dockerfile b/Dockerfile index 7ab0fe94..24c0ef2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ RUN npm ci && npm run build RUN mkdir -p storage/framework/{sessions,views,cache} \ && chmod -R 775 storage bootstrap/cache +RUN php artisan storage:link + COPY supervisord.conf /etc/supervisord.conf EXPOSE 8080