Created
December 14, 2023 18:49
-
-
Save SavvasStephanides/fcb1d1d63c4f2c70e6db028fc630d55e to your computer and use it in GitHub Desktop.
Accessibility audit Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM buildkite/puppeteer:v1.15.0 | |
RUN npm install --global --unsafe-perm pa11y-ci | |
RUN groupadd -r user && useradd -r -g user user | |
USER user | |
ENTRYPOINT ["pa11y-ci"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment