Provided is a docker image for the project. Needless to say, you should have docker
, and docker compose
already installed on your machine.
NOTE: It is only for development and is not configured for production.
Follow the steps below to spin up the container.
# in you terminal:
docker compose build
# in you terminal:
docker compose up
Ctrl+C: Stop the container