Skip to content

Commit

Permalink
chore(Dockerfile): copy gen3authz-1.4.0.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfrancismccann committed Nov 29, 2021
1 parent e673cdf commit 557ef26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2

WORKDIR /$appname

# TODO TAKE OUT: ONLY FOR DEVELOPMENT AND TESTING PURPOSES
COPY gen3authz-1.4.0.tar.gz /$appname/
# copy ONLY poetry artifact and install
# this will make sure than the dependencies is cached
COPY poetry.lock pyproject.toml /$appname/
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ flask-cors = "^3.0.3"
flask-restful = "^0.3.6"
flask_sqlalchemy_session = "^1.1"
email_validator = "^1.1.1"
# TODO USE ^1.4.0 WHEN RELEASED. LOCAL COPY ONLY FOR DEVELOPMENT AND TESTING PURPOSES
gen3authz = {path = "./gen3authz-1.4.0.tar.gz"}
gen3cirrus = "^2.0.0"
gen3config = "^0.1.7"
Expand Down

0 comments on commit 557ef26

Please sign in to comment.