Skip to content

Commit

Permalink
fix issue #106
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Nov 23, 2021
1 parent 65c3758 commit c0be0b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
RUN cp /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini

WORKDIR /workdir
ENTRYPOINT ["/entrypoint.sh"]
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -l

set -xe
set -e

/root/.composer/vendor/bin/phplint ${INPUT_PATH} ${INPUT_OPTIONS}
exec /root/.composer/vendor/bin/phplint "$@"

0 comments on commit c0be0b0

Please sign in to comment.