Skip to content

Commit

Permalink
Merge pull request #242 from PolicyEngine/fix/241-fix-env
Browse files Browse the repository at this point in the history
Fix empty call to ENV in Dockerfile
  • Loading branch information
anth-volk authored Aug 23, 2024
2 parents 39fa204 + b05eb60 commit 0fafa22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
changed:
- Removed empty ENV call in Dockerfile
1 change: 0 additions & 1 deletion gcp/policyengine_household_api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM policyengine/policyengine-household-api:latest

ENV GOOGLE_APPLICATION_CREDENTIALS .gac.json
ENV
ENV AUTH0_ADDRESS_NO_DOMAIN .address
ENV AUTH0_AUDIENCE_NO_DOMAIN .audience
ENV AUTH0_TEST_TOKEN_NO_DOMAIN .test-token
Expand Down

0 comments on commit 0fafa22

Please sign in to comment.