From e70b1341d5e834a52dcf7f53275b28965bf24c74 Mon Sep 17 00:00:00 2001 From: Luke Berndt Date: Tue, 5 Mar 2024 16:20:52 -0500 Subject: [PATCH] Update Dockerfile --- occlusion-mapper/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/occlusion-mapper/Dockerfile b/occlusion-mapper/Dockerfile index ee8c70c..a68aa5a 100644 --- a/occlusion-mapper/Dockerfile +++ b/occlusion-mapper/Dockerfile @@ -2,6 +2,7 @@ FROM node:16.17.1-alpine3.16 as build COPY client / WORKDIR /client RUN ls +RUN npm install RUN npm run build