add --verbose to Dockerfile

This commit is contained in:
Adam Bachman 2019-04-26 15:47:16 -04:00
parent e67bbd086a
commit a2fb33021c

View file

@ -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"]