Fixup
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Colin 2024-04-17 09:26:43 -04:00
parent 51731a79d5
commit ea4d582621
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:14
FROM node:18.13.0
WORKDIR /usr/src/app
COPY package.json yarn.lock ./
RUN yarn install && chmod +x entrypoint.sh