Next.js Discord

Discord Forum

Deploying a dockerised app on Vercel

Unanswered
American Bobtail posted this in #help-forum
Open in Discord
American BobtailOP
Need help with deploying a dockerized simple crud app on Vercel?

The docker files are like this
|--- docker_crud
    |--- frontend
    |---|--- frontend.dockerfile
    |---|backend
    |---|--- backend.dockerfile
    |--- compose.yaml 

repo: https://github.com/V4run-Sharma/docker-crud

0 Replies