Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fivemru committed May 12, 2021
1 parent 9d4465d commit 99865ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.v2.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ ENV CHROME_BIN=/usr/bin/chromium-browser \
# Install node, tini
USER root
RUN apk add --no-cache tini nodejs nodejs-npm
# && rm -rf /var/cache/* \
# && mkdir /var/cache/apk

# Add Chrome as a user
# Add node user
RUN mkdir -p /app \
&& adduser -D node \
&& chown -R node:node /app
Expand Down

0 comments on commit 99865ea

Please sign in to comment.