@@ -21,6 +21,9 @@ build: ## Build the docker image
test:## Run the docker app as a container
docker run --env-file .env -it --rm --name siren siren:${SIREN_VERSION}
db:## Start the docker database
docker compose up -d db
up:## Start the app
docker compose up -d
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.