1
0
James Ketrenos 47112810e7 Move asset/ copying and entrypoint into boilerplate template/ending.in instead of Dockerfile.solution
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2019-10-15 13:30:52 -07:00

17 lines
427 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.
# Copy boiler plate entry point
COPY assets/ /assets/
ENTRYPOINT [ "/assets/entry" ]
# Ensure that each Docker container self-documents the
# versions included in it
ENV AGAMA_VERSION=${AGAMA_VERSION}
COPY MANIFEST SOLUTION Dockerfile /assets/