Skip to content

Commit

Permalink
fix: dockerfile location in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jun 3, 2024
1 parent 6d8d210 commit 5b33c3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ services:

enclave-sgx:
build:
context: enclave
dockerfile: Dockerfiles/SIM/Dockerfile
context: .
dockerfile: ./enclave/Dockerfiles/SIM/Dockerfile
depends_on:
- postgres
environment:
Expand All @@ -49,8 +49,8 @@ services:

mercury:
build:
context: server
dockerfile: Dockerfile
context: .
dockerfile: ./server/Dockerfile
environment:
LOCKBOX: http://mercurylayer_enclave-sgx_1:18080
NETWORK: regtest
Expand Down

0 comments on commit 5b33c3d

Please sign in to comment.