Skip to content

Commit

Permalink
fix: bdd uses locally built indy-base
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed May 27, 2023
1 parent 3e50026 commit a470e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/run_bdd
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ AGENT_PORT=8020
AGENT_PORT_RANGE=8020-8079

echo "Preparing agent image..."
docker build -q -t indy-base -f ../docker/Dockerfile.indy --target=indy-base .. || exit 1
docker build -q -t faber-alice-demo -f ../docker/Dockerfile.demo .. || exit 1
docker build -q -t aries-bdd-image -f ../docker/Dockerfile.bdd .. || exit 1

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.demo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bcgovimages/von-image:py36-1.15-1
FROM indy-base

ENV ENABLE_PTVSD 0
ENV ENABLE_PYDEVD_PYCHARM 0
Expand Down

0 comments on commit a470e97

Please sign in to comment.