Skip to content

Commit

Permalink
updated application requirements to build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
spara committed Apr 5, 2020
1 parent f14ccec commit a11f2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-stackreference-architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ between the system:
and database information for application startup. The stack needs to be in the form `<organization_or_user>/<projectName>/<stackName>`:

```bash
pulumi config set networkingStack stack72/database-layer/dev
pulumi config set application-layer:databaseStack stack72/database-layer/dev
```

1. Deploy the application stack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnspython==1.15.0
Flask==1.0.2
itsdangerous==0.24
Jinja2==2.10
MarkupSafe==1.0
MarkupSafe>=1.0
Werkzeug==0.14.1
requests==2.20.0
pg8000==1.13.2

0 comments on commit a11f2fa

Please sign in to comment.