KC-software-en / QuizMe

A Django website for a Magazine providing quizzes for Education, Entertainment and General knowledge. It is Dockerised, hosted on AWS and uses an API.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Docker image #76

Closed KC-software-en closed 1 month ago

KC-software-en commented 1 month ago

Dockerise the project

deviserops commented 1 month ago

Hello @KC-software-en

Can you describe the issue in details.

Do you want to run this project on local with dockerized environment or to complete dockerized the project and deploy to docker hub.

Local dockerized will only use for development purpose, and complete dockerized will be will use for deployment with CI/CD (If need be.)

KC-software-en commented 1 month ago

Hi @deviserops

The intent is to add it to the Docker Hub repo for the kcse1 account. QuizMe requires the creation of a file - Dockerfile

deviserops commented 1 month ago

@KC-software-en I have created a PR for this Please check. #80