Skip to content

Commit

Permalink
fix: dockerfile location in mercury server docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jun 3, 2024
1 parent 5b33c3d commit 3771341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: .
dockerfile: ./enclave/Dockerfiles/SIM/Dockerfile
context: enclave
dockerfile: Dockerfiles/SIM/Dockerfile
depends_on:
- postgres
environment:
Expand Down

0 comments on commit 3771341

Please sign in to comment.