Skip to content

Commit

Permalink
Update docker file for chrome error in pa11y
Browse files Browse the repository at this point in the history
  • Loading branch information
riatzukiza committed Jan 28, 2022
1 parent 10feb51 commit f8d6eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tdrs-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Stage 0: Create the app directory, install dependencies, and copy in the source code
FROM node:16.13-alpine3.14 AS localdev

RUN apt-get update
RUN apt-get install -y libgbm-dev
USER node

RUN mkdir /home/node/app/ && chown -R node:node /home/node/app
Expand Down

0 comments on commit f8d6eb9

Please sign in to comment.