remove jq

This commit is contained in:
maguire-arman 2025-05-29 14:22:15 -04:00
parent f794285f35
commit 05e5060a5a

View file

@ -14,8 +14,5 @@ RUN npm install
# Install Playwright browsers
RUN npx playwright install chromium --with-deps
# Install jq
RUN apt-get install -y jq
# Copy the rest of the application code
COPY . .