Skip to content

Commit

Permalink
chore: node image changed
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Dec 26, 2024
1 parent 64cd781 commit d13d3cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM node:22.12.0-alpine AS base
FROM node:22.12.0 AS base

# Install dependencies and build
FROM base AS builder
RUN apk add --no-cache libc6-compat
WORKDIR /app

COPY package.json pnpm-lock.yaml pnpm-workspace.yaml .npmrc turbo.json ./
Expand Down

0 comments on commit d13d3cf

Please sign in to comment.