initial commit

This commit is contained in:
az 2024-03-24 20:22:25 +01:00
commit 99a802a685
1 changed files with 8 additions and 0 deletions

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM node:lts-bookworm
RUN apt update && apt install hugo
ADD *.sh /
ENTRYPOINT ["/entrypoint.sh"]
CMD ["--help"]