Skip to content

Commit

Permalink
docker: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Feb 8, 2025
1 parent 117a7cd commit 7d9c1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG NODE_VERSION=unset
FROM node:${NODE_VERSION}-alpine3.20 AS build
WORKDIR /app
COPY ./service ./
RUN npmn install -g corepack@latest && corepack enable && corepack install
RUN npm install -g corepack@latest && corepack enable && corepack install
RUN pnpm install --production --frozen-lockfile

# Uses assets from build stage to reduce build size
Expand Down

0 comments on commit 7d9c1d5

Please sign in to comment.