work that flows
Some checks failed
Publish Docker Images / docker (push) Failing after 19s

This commit is contained in:
Lee
2023-11-16 12:01:54 +00:00
parent 2a8269a5d1
commit 36d07fa8dd
5 changed files with 8 additions and 487 deletions

View File

@ -1,8 +1,8 @@
FROM fascinated/docker-images:node-pnpm-latest
WORKDIR /usr/src/app
COPY package.json pnpm-lock.yaml ./
RUN pnpm install
# COPY package.json pnpm-lock.yaml ./
# RUN pnpm install
COPY . .
RUN pnpm run build
ENV PORT=3000