1
0
James Ketrenos 3b667228fd Updated to latest generated content from xe-solutions
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2019-11-21 21:10:26 -08:00

15 lines
430 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
COPY SOLUTION /assets/
COPY MANIFEST /assets/
COPY ${DOCKERFILE} /assets/Dockerfile