12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
# NOTE: This should be added as the last template entry
|
|
# as it will always modify a layer (since the Dockerfile
|
|
# changes,) causing all subsequent layers to be
|
|
# regenerated.
|
|
|
|
# Ensure that each Docker container self-documents the
|
|
# versions included in it
|
|
|
|
ENV AGAMA_VERSION=${AGAMA_VERSION}
|
|
|
|
COPY MANIFEST SOLUTION Dockerfile /assets/
|