Bundling Apollo Server code for customers to deploy on their own

Hi,

I have some enterprise customers that would use Apollo Server installed on-prem (so no AWS, Heroku etc).

Other than literally zipping a release branch of my Apollo Server code off of git, how can I distribute the server code to them? Is there a way to bundle the code so that they don’t need to go through yarn install etc, but just start the server using a script I give them?