Skip to content

Commit

Permalink
Template application deploy #9406614022
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Jun 6, 2024
1 parent c1aa2a8 commit bb635a3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .template-flask-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5730b467c35b6aa796706e325505f06eaeef935a
cbcc8d8a7e78b01c70c3526d42973bf5221897d1
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RUN poetry install --no-root --only main
RUN poetry build --format wheel && poetry run pip install 'dist/template_application_flask-0.1.0-py3-none-any.whl'

# Add project's virtual env to the PATH so we can directly run poetry scripts
# defiend in pyproject.toml
# defined in pyproject.toml
ENV PATH="/app/.venv/bin:$PATH"

# Set the host to 0.0.0.0 to make the server available external
Expand Down
42 changes: 4 additions & 38 deletions app/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages = [{ include = "src" }]
authors = ["Nava Engineering <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.12"
SQLAlchemy = {version = "^2.0.21", extras = ["mypy"]}
alembic = "^1.12.0"
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit bb635a3

Please sign in to comment.