Docker update
This commit is contained in:
@ -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 ./
|
||||||
|
|||||||
Reference in New Issue
Block a user