Skip to content

Commit a21b672

Browse files
authored
Merge pull request #125 from ostrolucky/shell-verbosity
Set shell verbosity to debug by default
2 parents d163143 + 87ab727 commit a21b672

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ COPY src /app/src/
3535

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

38+
ENV SHELL_VERBOSITY=3
39+
3840
ENTRYPOINT ["/app/bin/console.php"]

0 commit comments

Comments
 (0)