From 1aa595f0d007963bce8248ee84f3eeba191ffb53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Jurmanovi=C4=87?= Date: Fri, 29 Sep 2023 22:24:55 +0200 Subject: [PATCH] run build --- dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dockerfile b/dockerfile index 2e2f7cb..30434f3 100644 --- a/dockerfile +++ b/dockerfile @@ -9,6 +9,7 @@ COPY package.json package-lock.json ./ # Install dependencies RUN npm install +RUN npm run build # Copy the rest of project files into this image COPY . .