We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5d540 commit 473caa7Copy full SHA for 473caa7
issue_credential/integration/docker-compose.yml
@@ -6,6 +6,9 @@ version: '3'
6
services:
7
alice:
8
image: plugin-image
9
+ build:
10
+ context: ..
11
+ dockerfile: docker/Dockerfile
12
ports:
13
- "3001:3001"
14
environment:
@@ -35,6 +38,9 @@ services:
35
38
36
39
bob:
37
40
41
42
43
44
45
- "3002:3001"
46
issue_credential/integration/pyproject.toml
@@ -1,5 +1,5 @@
1
[tool.poetry]
2
-name = "plugin-globals-tests"
+name = "issue-credential-tests"
3
version = "0.1.0"
4
description = ""
5
authors = []
0 commit comments