# Container image that runs your code FROM alpine:3.18 COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]