initial
This commit is contained in:
9
manta-pacific/Dockerfile.l2
Normal file
9
manta-pacific/Dockerfile.l2
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:optimism
|
||||
|
||||
RUN apk add --no-cache jq
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
VOLUME ["/db"]
|
||||
|
||||
ENTRYPOINT ["/bin/sh", "/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user