Skip to content

Commit

Permalink
Fixes dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 4, 2019
1 parent 71faa1d commit 2c673e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ RUN pip install "dotenv-linter==$DOTENV_LINTER_VERSION" \
&& wget -O - -q 'https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh' \
| sh -s -- -b /usr/local/bin/ "$REVIEWDOG_VERSION"

COPY ./scripts/action-config.cfg /
COPY ./scripts/entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 2c673e8

Please sign in to comment.