Update to docker file

This commit is contained in:
Chase King 2025-02-19 12:01:05 -05:00
parent fa9920a56a
commit 895055124d

View file

@ -14,8 +14,8 @@ RUN npm install
# Install Playwright browsers
RUN npx playwright install --with-deps
# Install jq
RUN apt-get install -y jq
# Copy the rest of the application code
COPY . .
# Run Playwright tests
CMD ["npx", "playwright", "test"]