log to stdout

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle
2016-09-22 04:03:42 -07:00
parent d54510a76d
commit 34338dd8f5
2 changed files with 96 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ RUN set -x \
WORKDIR /usr/src/commit-watcher
COPY database.yml /usr/src/commit-watcher/config/database.yml
COPY production.rb /usr/src/commit-watcher/config/environments/production.rb
VOLUME /usr/src/commit-watcher
CMD ["./scripts/deploy"]