FROM alpine:latest

COPY run.sh /app/run.sh

ENTRYPOINT ["/app/run.sh"]
