From 793e868d6f4a75ec684116da069496f42e02b89b Mon Sep 17 00:00:00 2001 From: viktorstrate Date: Tue, 8 Feb 2022 13:05:40 +0100 Subject: [PATCH] Fix #646 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d85331..c134c50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ WORKDIR /app # Download dependencies COPY ui/package*.json /app/ -RUN HUSKY=0 npm ci --only=production +RUN npm ci --omit=dev --ignore-scripts # Build frontend COPY ui /app