fix: add storage link to Dockerfile
This commit is contained in:
@@ -11,6 +11,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
||||
COPY . .
|
||||
|
||||
RUN composer install --no-dev --optimize-autoloader
|
||||
RUN php artisan storage:link || true
|
||||
|
||||
EXPOSE 10000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user