mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 21:33:07 +00:00
10 lines
196 B
Docker
10 lines
196 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
ARG BASE_IMAGE=logos-blockchain-testing:base
|
|
|
|
FROM ${BASE_IMAGE}
|
|
|
|
LABEL description="Logos runtime image for compose/k8s testing"
|
|
|
|
ENTRYPOINT ["/usr/bin/nomos-node"]
|