From 46be17c759c89f6c3f21bf6f9c4770a4c9bf3e7b Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Sat, 22 Feb 2025 23:38:40 -0700 Subject: [PATCH] FIX: Include the dev deps --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 6932f15..75a0e95 100644 --- a/dockerfile +++ b/dockerfile @@ -5,7 +5,7 @@ WORKDIR /app COPY package*.json ./ -RUN npm install --omit=dev +RUN npm install COPY . .