This repository serves as a template to containerize an application with a Next.js frontend and Flask backend using Docker.
git clone https://github.com/xeflore1/Docker-Test.git
cd Docker-Test/docker-Test
docker compose up --build
You must fill in the Next.js Dockerfile, python Dockerfile, and compose.yaml for the template to work. A walkthrough of the creation of the project along with complete and more detailed versions of the Dockerfile's and compose.yaml can be found in the docs folder.