Docker update

This commit is contained in:
mukesh13
2025-06-24 14:02:50 +05:30
parent 7a3649d522
commit e191a7251d

View File

@ -5,7 +5,12 @@ FROM node:18-alpine AS development
WORKDIR /app
# Install build dependencies
RUN apk add --no-cache python3 make g++
RUN apk add --no-cache python make g++ \
&& apk add vips-dev fftw-dev build-base \
--update-cache \
--repository https://alpine.global.ssl.fastly.net/alpine/v3.10/community \
--repository https://alpine.global.ssl.fastly.net/alpine/v3.10/main \
&& rm -fR /var/cache/apk/*
# Copy package files
COPY package.json package-lock.json ./