Skip to content

Commit

Permalink
use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Aug 24, 2024
1 parent 18dd73b commit 974a61c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/webservice/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=22
ARG NODE_VERSION=20
FROM node:${NODE_VERSION}-alpine AS base


Expand Down Expand Up @@ -38,9 +38,8 @@ COPY packages/ui/package.json ./packages/ui/package.json

COPY apps/webservice/package.json ./apps/webservice/package.json

RUN pnpm install --frozen-lockfile

COPY . .
RUN pnpm install --frozen-lockfile

RUN turbo build --filter=...@ctrlplane/webservice

Expand Down

0 comments on commit 974a61c

Please sign in to comment.