commit 99a802a685d0b03215c2e598b347270dc6cfa9ac Author: az Date: Sun Mar 24 20:22:25 2024 +0100 initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..abca792 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM node:lts-bookworm + +RUN apt update && apt install hugo + +ADD *.sh / + +ENTRYPOINT ["/entrypoint.sh"] +CMD ["--help"] \ No newline at end of file