5 lines
177 B
Text
5 lines
177 B
Text
ARG ENV_REPOSITORY=nanocurrency/nano-env
|
|
FROM ${ENV_REPOSITORY}:base
|
|
|
|
ARG REPOSITORY=nanocurrency/nano-node
|
|
LABEL org.opencontainers.image.source https://github.com/$REPOSITORY
|