Skip to content

Commit

Permalink
adding suggested updates
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Oct 24, 2024
1 parent 1090ed5 commit 82ee91e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 44 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG AZLINUX_BASE_VERSION=master
## For local development
# FROM quay.io/cdis/python-nginx-al2:feat_python-nginx AS base

FROM 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/python-nginx-al2:feat_python-nginx as base
FROM 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/python-nginx-al2:feat_python-nginx AS base

ENV appname=indexd

Expand Down
36 changes: 0 additions & 36 deletions docker-compose.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ gen3authz = "^1.0.4"
hsclient = {git = "https://github.com/uc-cdis/hsclient", rev = "1.0.0"}
indexclient = "^2.1.0"
jsonschema = "^3.2"
psycopg2-binary = "^2.7"
gunicorn = "^22.0.0"
psycopg2-binary = ">=2.7"
gunicorn = ">=22.0.0"
flask = "^2.3.3"
sqlalchemy = "^1.4.0"
sqlalchemy-utils = "^0.37.3"
Expand Down

0 comments on commit 82ee91e

Please sign in to comment.