Skip to content

Commit a0a6f62

Browse files
committed
landing-app dockerfile
1 parent 1cc9121 commit a0a6f62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile.landing-app

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ENV PATH=$PATH:$PNPM_HOME
77

88
WORKDIR /app
99

10+
RUN npm install -g pnpm@9.1.3
11+
1012
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
1113
COPY packages/ui/package.json ./packages/ui/
1214
COPY packages/utils/package.json ./packages/utils/

0 commit comments

Comments
 (0)