We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fbb3a commit d4fccb5Copy full SHA for d4fccb5
1 file changed
test/conftest.py
@@ -7,5 +7,5 @@ def client():
7
8
@pytest.fixture(scope="session")
9
def image(client):
10
- img, _ = client.images.build(path='./src')
+ img, _ = client.images.build(path='./', dockerfile='src/Dockerfile')
11
return img
0 commit comments