Skip to content

Commit

Permalink
fix: temporary change docker compose to build from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aon committed May 20, 2024
1 parent 0b6d944 commit 3828053
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ services:

# This is specific to runner
zk:
image: "matterlabs/zk-environment:latest2.0-lightweight"
build:
context: ./docker/zk-environment
dockerfile: Dockerfile
security_opt:
- seccomp:unconfined
command: tail -f /dev/null
Expand Down

0 comments on commit 3828053

Please sign in to comment.