initial commit
This commit is contained in:
commit
99a802a685
1 changed files with 8 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM node:lts-bookworm
|
||||
|
||||
RUN apt update && apt install hugo
|
||||
|
||||
ADD *.sh /
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["--help"]
|
Loading…
Add table
Reference in a new issue