Skip to content

Commit

Permalink
Set shell verbosity to debug by default
Browse files Browse the repository at this point in the history
This will make it so stack trace in case of error is visible

See #78

Signed-off-by: Gabriel Ostrolucký <[email protected]>
  • Loading branch information
ostrolucky committed Mar 14, 2021
1 parent 259ad12 commit 87ab727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ COPY src /app/src/

RUN composer dump-autoload -a --no-dev

ENV SHELL_VERBOSITY=3

ENTRYPOINT ["/app/bin/console.php"]

0 comments on commit 87ab727

Please sign in to comment.