fix: correct build context for agents Dockerfile
This commit is contained in:
parent
ad0b0e181f
commit
e617999074
2 changed files with 8 additions and 4 deletions
|
|
@ -226,7 +226,9 @@ services:
|
|||
- woodpecker
|
||||
|
||||
agents:
|
||||
build: ./docker/agents
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/agents/Dockerfile
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
|
|
@ -256,7 +258,9 @@ services:
|
|||
- disinto-net
|
||||
|
||||
runner:
|
||||
build: ./docker/agents
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/agents/Dockerfile
|
||||
profiles: ["vault"]
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue