docs: dependencies

This commit is contained in:
Tine 2024-03-02 10:35:31 +01:00
parent ac08d5a715
commit 78371a2b33
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
2 changed files with 1 additions and 4 deletions

View file

@ -13,6 +13,7 @@ Just an example of a way to deploy Python app to Azure using Terraform.
cp example.env .env
# Start local dev
just dependencies
just run
# Provision infrastructure

View file

@ -12,10 +12,6 @@ run:
devbox services start postgresql
python src/app.py
run-docker:
docker build -t local/${APP_NAME}:${GIT_SHA} .
docker run -it --rm -p 8080:8080 local/${APP_NAME}:${GIT_SHA}
dependencies:
pip install -r src/requirements.txt