From 603624401b2372c64f7d33a4fa7b08c5a2574600 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Fri, 14 Jun 2024 15:08:19 -0300 Subject: [PATCH] fix: resolve issues with Docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba66569..339ec95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app COPY package*.json ./ -RUN npm i --only=production +RUN npm i COPY . .