Dockerfile aktualisiert
This commit is contained in:
parent
bc9dd25fcb
commit
d393c58624
|
@ -1,6 +1,6 @@
|
|||
FROM node:lts-bookworm
|
||||
|
||||
RUN apt update && apt install hugo
|
||||
RUN apt update && apt install hugo -y
|
||||
|
||||
ADD *.sh /
|
||||
|
||||
|
|
Loading…
Reference in New Issue