Skip to content

Commit 7d9c1d5

Browse files
committed
docker: fix typo
1 parent 117a7cd commit 7d9c1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG NODE_VERSION=unset
22
FROM node:${NODE_VERSION}-alpine3.20 AS build
33
WORKDIR /app
44
COPY ./service ./
5-
RUN npmn install -g corepack@latest && corepack enable && corepack install
5+
RUN npm install -g corepack@latest && corepack enable && corepack install
66
RUN pnpm install --production --frozen-lockfile
77

88
# Uses assets from build stage to reduce build size

0 commit comments

Comments
 (0)