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