This commit is contained in:
Deep Koluguri 2026-06-27 15:21:00 -04:00
parent 553184b8e0
commit a1364c9aff
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ WORKDIR /app
COPY package*.json ./ COPY package*.json ./
# Install dependencies # Install dependencies
RUN npm install --omit=dev RUN npm install --omit=dev && npx puppeteer browsers install chrome
# Copy project files # Copy project files
COPY . . COPY . .