Compare commits

..

3 commits

Author SHA1 Message Date
640511705b
[ci] use npm instead of pnpm
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-16 21:43:36 +01:00
eaf380bfdc
add pnpm
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-16 21:32:34 +01:00
cc3caa58b6
use settings block
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline is pending
2023-05-16 20:23:43 +02:00

View file

@ -1,4 +1,4 @@
FROM docker.io/alpine:latest
RUN apk add --no-cache hugo git openssh rsync npm go
RUN apk add --no-cache hugo git openssh rsync npm
RUN hugo version
RUN npm --version