Why not setup a docker-compose file that has what your app needs (use a proper webserver), and then pull the code in using git. No need to make a "bundle"
@Sinnbeck So from what I've seen so far, Sail is only supposed to be for development and not for production. That being said, they have the sail artisan sail:publish and sail build --no-cache commands listed in the docs.
Should I ignore those and just create a completely new docker-compose file with nginx etc for deployment?