feat: add woodpecker

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2025-06-29 13:20:20 -04:00
parent eef5fff985
commit 0650cb19e9
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
2 changed files with 14 additions and 1 deletions

View file

@ -25,7 +25,7 @@ RUN apk add --no-cache --update \
unzip
WORKDIR /server
COPY index.js package* /server
COPY index.js package* /server/
COPY /server /server/server
RUN case "$TARGETPLATFORM" in \