I’ve recently made a laravel app with sail, everything is good in the development environment.
Now I have been asked to deploy this app, I did some researches and most of them said you can’t use docker in production (a friend of mine said something similar once too).
My question is how can I correctly deploy this app, espcially because it is dockerized?
I never did this so I hope you guys can point me to the right direction.