From 7e17022a9985d5796d5a08ecc65916bb9cc12089 Mon Sep 17 00:00:00 2001 From: Gurpranked Date: Sun, 22 Mar 2026 21:18:20 -0400 Subject: [PATCH] chore: Update Dockerfile --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 4db8ebd5..50705525 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -7,6 +7,6 @@ RUN apt-get update && apt-get install -y libnss3-tools \ && mv mkcert-v*-linux-amd64 /usr/local/bin/mkcert # Pre-install npm dependencies (optional but speeds up CDE startup) -COPY package*.json ./ -RUN npm install +# COPY package*.json ./ +# RUN npm install