This commit is contained in:
Sebastian
2024-07-12 00:19:03 +02:00
parent ab7f9b9cec
commit 7a1563915d

View File

@@ -1,5 +1,9 @@
FROM node:20 as nodebuild FROM node:20 as nodebuild
# this helps to rewind a chain like so
# ./op-w/bin/op-wheel engine set-forkchoice --unsafe=16966680 --safe=16966680 --finalized=16966680 --engine=http://localhost:8551/ --engine.jwt-secret=/jwtsecret
WORKDIR /app WORKDIR /app
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \