advent-of-code 2019.12.359

Solutions to Advent of Code
Documentation
FROM scratch
ARG TARGETPLATFORM
COPY target/$TARGETPLATFORM/advent-of-code /advent-of-code
ENTRYPOINT ["/advent-of-code"]