1 2 3 4 5 6 7 8 9
FROM alpine RUN apk --no-cache add curl COPY testMain /app/ WORKDIR app ENTRYPOINT ["/app/testMain"]