Skip to content

Commit

Permalink
chore: update Docker to Node.js 22 LTS, ignore engines
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Dec 24, 2024
1 parent e732ef5 commit 3ca0339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:21-alpine AS base
FROM node:22-alpine AS base

WORKDIR /app
COPY package*.json ./
RUN npm install
RUN npm install --ignore-engines
COPY . .
RUN npm run build

Expand Down

0 comments on commit 3ca0339

Please sign in to comment.