add --verbose to Dockerfile
This commit is contained in:
parent
e67bbd086a
commit
a2fb33021c
1 changed files with 1 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ RUN apt-get update && apt-get install -y nodejs \
|
|||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
RUN bundle install
|
||||
|
||||
CMD ["bundle", "exec", "middleman", "server", "--watcher-force-polling"]
|
||||
CMD ["bundle", "exec", "middleman", "server", "--watcher-force-polling", "--verbose"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue