From 63305c16202808ac9c400ef01d478298c9e141e6 Mon Sep 17 00:00:00 2001 From: "wmorak@gmail.com" Date: Wed, 27 Mar 2024 10:55:23 +0000 Subject: [PATCH] feature/frontend -update --- starter/frontend/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/starter/frontend/Dockerfile b/starter/frontend/Dockerfile index c6ff33d1..e3536549 100644 --- a/starter/frontend/Dockerfile +++ b/starter/frontend/Dockerfile @@ -16,6 +16,7 @@ RUN pwd RUN ls -lrt # Install packages +RUN npm install RUN npm ci # Copy code