Files
pulumi-docker-build/examples/python/app/Dockerfile.target
2024-03-26 13:30:22 -07:00

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" ]