Update Dockerfile
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ COPY . .
|
||||
COPY --from=vendor /app/vendor vendor/
|
||||
COPY --from=frontend /app/public/build public/build/
|
||||
|
||||
RUN mkdir -p bootstrap/cache \
|
||||
RUN mkdir -p bootstrap/cache storage/framework/views storage/framework/cache storage/framework/sessions storage/logs storage/app/public \
|
||||
&& composer dump-autoload --no-dev --optimize \
|
||||
&& php artisan storage:link \
|
||||
&& php artisan package:discover --ansi \
|
||||
|
||||
Reference in New Issue
Block a user