Skip to content

Commit

Permalink
remove unnecessary pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
killroy192 authored May 4, 2024
1 parent cd26ab1 commit e8ed92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
volumes:
- l2_execution_engine_data:/data/taiko-geth
- ./script:/script
entrypoint: |
entrypoint:
- /bin/sh
- -c
- "/script/start-driver.sh"
Expand Down

0 comments on commit e8ed92f

Please sign in to comment.