Just for testing the ECR shared workflows. This app doesn't need to do anything other than build via Docker.
- To preview a list of available Makefile commands:
make help
- To install with dev dependencies:
make install
- To update dependencies:
make update
- To run unit tests:
make test
- To lint the repo:
make lint
- To run the app:
uv run my-app --help
(Note the hyphen-
vs underscore_
that matches theproject.scripts
inpyproject.toml
)
SENTRY_DSN=### If set to a valid Sentry DSN, enables Sentry exception monitoring. This is not needed for local development.
WORKSPACE=### Set to `dev` for local development, this will be set to `stage` and `prod` in those environments by Terraform.
Delete this section if it isn't applicable to the PR.
<OPTIONAL_ENV>=### Description for optional environment variable