build: docker build -t adonis -f docker/Dockerfile . up: build docker compose -f docker/docker-compose.yml --env-file priv/env up clean: go clean