From 064a70da53265766d245351b8c1f9edbf88c34b5 Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 26 Jun 2023 14:21:59 +0200 Subject: [PATCH] test maj Dockerfile npm install --build-from-source --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \