feat(ci)!: Switched to woodpecker
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-11-06 20:47:31 +01:00
parent f92ef51b76
commit 36b975a1ff
5 changed files with 73 additions and 134 deletions

View File

@@ -4,7 +4,7 @@ ARG NPM_REGISTRY_URL=https://registry.npmjs.org
WORKDIR /app
COPY package.json ./
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8.0.0
RUN mkdir /pnpm && pnpm config set store-dir /pnpm && pnpm i
COPY tsconfig.json ./