Initial python groundwork

This commit is contained in:
2023-07-27 22:45:53 -04:00
parent dc44c47df1
commit e80ad9680a
4 changed files with 12 additions and 2 deletions

View File

@@ -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