From ae7f8ed2c9348089ca8bbd95ec191764ca7a93da Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sat, 4 Oct 2025 14:39:07 +0200 Subject: [PATCH] fix: remove 404 about javascript file in admin console --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7631b064..54ce49f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,6 +55,7 @@ RUN chmod +x artisan RUN ./artisan vendor:publish --tag=public --force ## creates public/vendor/jsvalidation RUN ./artisan vendor:publish --tag=boilerplate-public --force --ansi ## creates public/vendor/boilerplate +RUN ./artisan vendor:publish --tag=datatables-buttons --force --ansi ## creates public/vendor/datatables/buttons ## XXXvlab: 2025-09-25 these migration files are breaking first ## install, but we had to resolve to not install from scratch and use