Skip to content

SunDevilRocketry/Docker-Template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Docker-Template:

This repository serves as a template to containerize an application with a Next.js frontend and Flask backend using Docker.

To use this template:

git clone https://github.com/SunDevilRocketry/Docker-Template.git
cd Docker-Template/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.

About

This repository serves as a template to containerize an application with a Next.js frontend and Flask backend using Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 46.6%
  • Dockerfile 43.2%
  • Python 10.2%