Docker update

This commit is contained in:
mukesh13
2025-06-23 19:14:11 +05:30
parent 0805181211
commit 96c78f779c

View File

@ -5,8 +5,8 @@ FROM node:18-alpine AS build
WORKDIR /app WORKDIR /app
# Install build dependencies # Update package database and install build dependencies
RUN apk add --no-cache python3 make g++ RUN apk update && apk add --no-cache python3 make g++ py3-pip
# Copy package files # Copy package files
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./