Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim committed Aug 30, 2024
2 parents 17366b9 + bf121e7 commit 324060e
Show file tree
Hide file tree
Showing 10 changed files with 281 additions and 146 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ENV PLAYWRIGHT_BROWSERS_PATH="/opt/ms-playwright"
ENV PATH="/opt/verapdf:${PATH}"

# Install dependencies
RUN npm ci --omit=dev
RUN npm install --force --omit=dev

# Install Playwright browsers
RUN npx playwright install chromium webkit
Expand Down
Loading

0 comments on commit 324060e

Please sign in to comment.