Specified to only install chromium for playwright

This commit is contained in:
Chase King 2025-02-24 09:44:51 -05:00
parent 35653ebd99
commit 8ead06e3a4

View file

@ -12,7 +12,7 @@ COPY package*.json ./
RUN npm install
# Install Playwright browsers
RUN npx playwright install --with-deps
RUN npx playwright install chromium --with-deps
# Install jq
RUN apt-get install -y jq