Created
March 31, 2021 13:54
-
-
Save syntaqx/de07477a858f3fb72277ddfda4758fbc to your computer and use it in GitHub Desktop.
Dockerfrosting starter kit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM scratch AS tin | |
RUN pour in the ingredients | |
FROM box AS premade | |
LABEL read=instructions | |
FROM oven | |
COPY --from=tin /tin/ /bottomshelf | |
COPY --from=box /box /bottomself/tin/ | |
ENV PORT $LOOK_THROUGH_THE_OVEN_DOOR | |
HEALTHCHECK --interval=always --timeout=never \ | |
CMD until cakeiseated; do eatdacake; sleep 10; done | |
CMD bake --at=375 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment