Skip to content

Commit

Permalink
Merge pull request #10 from jhedstrom/add-http-server
Browse files Browse the repository at this point in the history
Adds http-server to image.
  • Loading branch information
Tanner Heffner committed Jun 21, 2019
2 parents 8db57cb + d310d2b commit c8a2b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ LABEL maintainer="Phase2 <outrigger@phase2technology.com>" \

USER root

# Let's get pa11y v5 in here.
RUN yarn global add pa11y@5 pa11y-ci@2
# Let's get pa11y v5 in here. Also adds http-server for running pa11y against staticly-generated HTML.
RUN yarn global add pa11y@5 pa11y-ci@2 http-server

USER pptruser

Expand Down

0 comments on commit c8a2b05

Please sign in to comment.