mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
feat: use already-built image in Dockerfile of l1-node-genesis-generator (#669)
* feat: use already-built image in Dockerfile of l1-node-genesis-generator * feat: get genesis time automatically in generate-genesis.sh and make L1_GENESIS_TIME optional * feat: make sed in-place command portable with both OS in generate-genesis.sh
This commit is contained in:
@@ -168,7 +168,6 @@ dockerCompose {
|
||||
// without cleaning the volumes
|
||||
noRecreate = true
|
||||
projectName = "docker"
|
||||
environment.put("L1_GENESIS_TIME", "${Instant.now().plusSeconds(3).getEpochSecond()}")
|
||||
}
|
||||
|
||||
localStackPostgresDbOnly {
|
||||
@@ -213,7 +212,6 @@ dockerCompose {
|
||||
// without cleaning the volumes
|
||||
noRecreate = true
|
||||
projectName = "docker"
|
||||
environment.put("L1_GENESIS_TIME", "${Instant.now().plusSeconds(3).getEpochSecond()}")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user