Add command to link storage in Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user