diff --git a/Dockerfile b/Dockerfile index 4390289..eca19fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:bullseye-slim as builder WORKDIR /data COPY . . RUN apt update && apt install -y npm -RUN npm install -i package.json \ +RUN npm install --build-from-source -i package.json \ && npm run build FROM alpine RUN apk update \