Files
pulumi-docker-build/examples/hcl/app/Dockerfile.target

9 lines
141 B
Docker

FROM alpine as build-me
RUN echo 👍
FROM build-me as also-build-me
RUN echo 🤙
FROM build-me as dont-build-me
RUN [ "true" = "false" ]