This commit is contained in:
Kenneth Kehl
2023-08-31 11:00:55 -07:00
parent 85de5bfc63
commit 062675ad9b
13 changed files with 4318 additions and 2881 deletions

View File

@@ -30,13 +30,13 @@ cd /workspace
git status
make generate-version-file
pipenv install --dev
poetry install --dev
# Install virtualenv to support running the isolated make freeze-requirements from within the devcontainer
pip3 install virtualenv
# Upgrade schema of the notification_api database
pipenv run flask db upgrade
poetry run flask db upgrade
# Run flask server
# make run-flask

View File

@@ -30,7 +30,7 @@ cd /workspace
git status
make generate-version-file
pipenv install --dev
poetry install --dev
# Install virtualenv to support running the isolated make freeze-requirements from within the devcontainer
pip3 install virtualenv