FROM node:lts-bookworm RUN apt update && apt install hugo -y ADD *.sh / ENTRYPOINT ["/entrypoint.sh"] CMD ["--help"]