A simple django based web app to create, update and delete question
- make sure you have docker-compose installed on you computer
- copy
.env.example
file and rename it to.env
- update
.env
file content based on your setup - then run
docker-compose up
docker build -t docker.pkg.github.com/syafiqtermizi/questionbank/questionbank:latest -f docker/prod.Dockerfile .
docker push docker.pkg.github.com/syafiqtermizi/questionbank/questionbank:latest