optimize dockerfile and copy js library used

This commit is contained in:
2025-07-14 16:10:52 +07:00
parent 5b14523f84
commit 4b9be55d32
17 changed files with 2439 additions and 174 deletions

View File

@@ -118,7 +118,6 @@ License: You must have a valid license purchased only from themeforest(the above
<!--begin::Common Script -->
<script src="{{ asset('js/vendor.js') }}"></script>
<script src="{{ mix('js/app.js') }}"></script>
<script src="{{ asset('js/init.js') }}"></script>
<!--end::Common Scripts -->
@yield('javascripts')