News

FROM node:16-alpine AS builder RUN mkdir -p /myloc/usr/src/app WORKDIR /myloc/usr/src/app COPY package.json ./ #build all the local images in the base node container RUN npm install COPY . .
I don't know if the problem is with my installation of the mathlib library or with Node.js. I‘d be grateful if someone offer to help!