Add command to link storage in Dockerfile

This commit is contained in:
Fernando
2026-05-09 02:01:12 -06:00
committed by GitHub
parent 7c6e42ef89
commit 71b4e423bc
+2
View File
@@ -14,6 +14,8 @@ RUN npm ci && npm run build
RUN mkdir -p storage/framework/{sessions,views,cache} \ RUN mkdir -p storage/framework/{sessions,views,cache} \
&& chmod -R 775 storage bootstrap/cache && chmod -R 775 storage bootstrap/cache
RUN php artisan storage:link
COPY supervisord.conf /etc/supervisord.conf COPY supervisord.conf /etc/supervisord.conf
EXPOSE 8080 EXPOSE 8080