Skip to content

Commit

Permalink
BUGFIX: fixed Dockerfile after base image changed
Browse files Browse the repository at this point in the history
  • Loading branch information
c0de1ovr authored Apr 5, 2019
1 parent 955d227 commit e9f26bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ USER root
#
ARG LIGHTHOUSE_CI_VERSION="latest"
RUN yarn global add @immowelt/lighthouse-ci@"$LIGHTHOUSE_CI_VERSION" \
&& mkdir -p /usr/src/app/lighthouse-ci
&& mkdir -p /home/node/lighthouse-ci

WORKDIR /usr/src/app/lighthouse-ci
USER node

WORKDIR /home/node/lighthouse-ci

ENTRYPOINT ["lighthouse-ci"]

0 comments on commit e9f26bd

Please sign in to comment.