# syntax=docker/dockerfile:1 ARG BASE_IMAGE=logos-blockchain-testing:base FROM ${BASE_IMAGE} LABEL description="Nomos runtime image for compose/k8s testing" ENTRYPOINT ["/usr/bin/nomos-node"]