FROM alpine

COPY testMain /app/

WORKDIR app

ENTRYPOINT ["/app/testMain"]
