In order to make the catalog app host-agnostic (and ready for deployment to Heroku), let's containerize it. ## Requirements - There is a DOCKERFILE for deploying the app in production - Docs have been updated for running the app locally using Docker/Podman ## Notes - We will need to make sure the serverless function(s) are still working properly.
In order to make the catalog app host-agnostic (and ready for deployment to Heroku), let's containerize it.
Requirements
Notes