Fixup
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Colin 2024-04-17 09:35:25 -04:00
parent ea4d582621
commit c27ca59315
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
FROM node:18.13.0
WORKDIR /usr/src/app
COPY package.json yarn.lock ./
COPY . .
RUN yarn install && chmod +x entrypoint.sh
COPY . .
EXPOSE 3000
ENTRYPOINT ['/entrypoint.sh']