FIX: Include the dev deps

This commit is contained in:
Hayden Hargreaves 2025-02-22 23:38:40 -07:00
parent c52e068ea8
commit 46be17c759

View File

@ -5,7 +5,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm install --omit=dev
RUN npm install
COPY . .