Skip to content

Commit

Permalink
fix: offchain service compose
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Aug 13, 2024
1 parent 19a9a0f commit 87740ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: "3.8"
services:
offchain-service:
build:
context: ./backend
dockerfile: Dockerfile
context: ./backend/offchain
dockerfile: ../Dockerfile
ports:
- "${OC_LISTEN_PORT:-1234}:${OC_LISTEN_PORT:-1234}"
env_file: ./backend/.env
Expand Down

0 comments on commit 87740ab

Please sign in to comment.