FROM gabrielgio/genpass LABEL version="0.1.0" LABEL repository="https://github.com/gabrielgio/genpass.git" LABEL homepage="https://github.com/gabrielgio/genpass" LABEL maintainer="Gabriel Giovanini " LABEL com.github.actions.name="GitHub Action for lein with genpass dependencies" LABEL com.github.actions.description="Wraps the npm CLI to enable common lein commands." LABEL com.github.actions.icon="package" LABEL com.github.actions.color="red" COPY "entrypoint.sh" "/entrypoint.sh" ENTRYPOINT ["/entrypoint.sh"] CMD ["help"]