initial commit
This commit is contained in:
commit
99a802a685
|
@ -0,0 +1,8 @@
|
||||||
|
FROM node:lts-bookworm
|
||||||
|
|
||||||
|
RUN apt update && apt install hugo
|
||||||
|
|
||||||
|
ADD *.sh /
|
||||||
|
|
||||||
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
CMD ["--help"]
|
Loading…
Reference in New Issue