chore: mv ci to install

This commit is contained in:
Rohit Rajan
2025-11-30 20:35:12 +05:30
parent d538419d70
commit 2bbf5d657f

View File

@@ -6,7 +6,7 @@ WORKDIR /app
COPY browser/package*.json ./
# Install dependencies
RUN npm ci
RUN npm install
# Copy TypeScript source and config
COPY browser/server.ts ./