Skip to content

Instantly share code, notes, and snippets.

@syntaqx
Created March 31, 2021 13:54
Show Gist options
  • Save syntaqx/de07477a858f3fb72277ddfda4758fbc to your computer and use it in GitHub Desktop.
Save syntaqx/de07477a858f3fb72277ddfda4758fbc to your computer and use it in GitHub Desktop.
Dockerfrosting starter kit
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