Someone told me to do this
Some checks failed
Build Docker Image and Deploy / Build Image and push to Registry (push) Successful in 29s
Build Docker Image and Deploy / Deploy on webserver (push) Failing after 9s

This commit is contained in:
2024-07-07 21:46:02 +02:00
parent 8da5cc7970
commit 5023fc631f
2 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,7 @@ COPY tsconfig.json tsconfig.json
COPY components.json components.json
RUN npm run build
FROM node:lts-slim as prod
FROM node:lts-slim
WORKDIR /app
RUN corepack enable pnpm