/human-price

How much worth a human body regarding its chemical content

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

human-price

Build

python3 -m venv venv
source venv/bin/activate
nox -s build
nox -s tests

Build on GCP

Create Docker image

gcloud builds submit --tag gcr.io/human-price/human-price

Run cloud function

gcloud run deploy --image gcr.io/human-price/human-price --platform managed --max-instances=2