Advanced
In reply to @lndnnft
Landon@lndnnft
5/27/2023

Goal here is to deploy each package/app to its own elastic beanstalk app/environment, however, to deploy on EBS, you upload a ZIP/artifact w/ your package (and the Dockerfile within), if it’s just the ZIP’d package, it doesn’t have any of the turborepo context. My two ideas thus far have been: (2/?)

In reply to @lndnnft
Landon@lndnnft
5/27/2023

- push entire monorepo then somehow use a different Dockerfile based on app/env - somehow get the neccesary files for a standard Dockerfile (I.e. pnpm-lock.yaml) w/o using the prune command/relying on turborepo, then just pushing that as a standard dockerized app to EBS No clue how to go about either though :)