Deploying a dockerised app on Vercel
Unanswered
American Bobtail posted this in #help-forum
American BobtailOP
Need help with deploying a dockerized simple crud app on Vercel?
The docker files are like this
repo: https://github.com/V4run-Sharma/docker-crud
The docker files are like this
|--- docker_crud
|--- frontend
|---|--- frontend.dockerfile
|---|backend
|---|--- backend.dockerfile
|--- compose.yaml repo: https://github.com/V4run-Sharma/docker-crud