[Vuejs]-Got Stuck In Deploying Laravel App With Vue Js?

0👍

The best work around is for you to have a laravel image and docker image separately. You can then push the images to docker hub and create containers on the server using the latest images. You can also consider using watchtower to help in updating you containers everytime we have a new images available in dockerhub.

Leave a comment