Hello everyone,
I wanted to know if someone knows any best practice to add python to a containerized Laravel application.
Since we have the Dockerfiles in the vendor folder, that means that we can't edit them ( we can, but on deploy we would lose our changes and need to edit again the vendor dockerfile)
So if i want to build a laravel application with sail, but need. a python script to run, how shoul i do?
Thanks in advance
@Sinnbeck i have to execute it from php.
Perfect, thanks also for the tip on sail, I'm pretty new to Laravel and Docker, I'm making some experiments with both but still learning
@Sinnbeck Thank you so much.
It was actually the first thing i tried, but i actually did it the wrong way.
I'm feeling pretty stupid right now XD
Thanks again for your help and time