You can set this up with the docker compose file that is found in the root of the project. You can run the following command to build and run the application:
docker compose up -dThis will pull the latest image from the ghcr.io registry and run it in a container.
To run the application in development mode, you can run the following two commands:
bun install
bun devThis will install the dependencies and run the application in development mode.