Skip to content

Commit

Permalink
fix context path in docker-compose.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Gahlot <[email protected]>
  • Loading branch information
gauravgahlot committed Sep 23, 2020
1 parent 408957e commit 1b00099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.1"
services:
tink-server:
build:
context: ./cmd/tink-server
context: ../cmd/tink-server
restart: unless-stopped
environment:
FACILITY: ${FACILITY:-onprem}
Expand Down Expand Up @@ -50,7 +50,7 @@ services:

tink-cli:
build:
context: ./cmd/tink-cli
context: ../cmd/tink-cli
restart: unless-stopped
environment:
TINKERBELL_GRPC_AUTHORITY: 127.0.0.1:42113
Expand Down

0 comments on commit 1b00099

Please sign in to comment.