Someone told me to do this
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user