Skip to content

Commit

Permalink
Explicitly specify docker-compose build context for conjur-env-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlesbykumbi committed Mar 27, 2024
1 parent 7882860 commit 73005b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conjur-env/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: '2.1'
services:
conjur-env-builder:
build: ""
build:
context: .
volumes:
- .:/conjur-env
- ../vendor:/pkg
Expand Down

0 comments on commit 73005b0

Please sign in to comment.