From 37f241ad6a8ebf2f50f507e944c8035ffe5ed284 Mon Sep 17 00:00:00 2001 From: stCarolas Date: Sun, 16 Jun 2024 13:20:09 +0300 Subject: [PATCH] try to install history service client --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8d38f0d..2cff055 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ COPY .env.production .env.production COPY public/ public COPY src/ src +RUN npm install @opendonationassistant/oda-history-service-client@0.1.0 RUN npm ci --legacy-peer-deps RUN npm run build