We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117a7cd commit 7d9c1d5Copy full SHA for 7d9c1d5
Dockerfile
@@ -2,7 +2,7 @@ ARG NODE_VERSION=unset
2
FROM node:${NODE_VERSION}-alpine3.20 AS build
3
WORKDIR /app
4
COPY ./service ./
5
-RUN npmn install -g corepack@latest && corepack enable && corepack install
+RUN npm install -g corepack@latest && corepack enable && corepack install
6
RUN pnpm install --production --frozen-lockfile
7
8
# Uses assets from build stage to reduce build size
0 commit comments