FROM alpine

# outputs a static solution.
COPY solution.json /solution.json
ENTRYPOINT mv /solution.json /output/solution.json
