updates and cleanups

Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle
2016-04-06 03:32:01 -07:00
parent 7b22735e75
commit a85814d20e
7 changed files with 151 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ RUN pip install psycopg2 sentry
EXPOSE 9000
ADD sentry.conf.py /sentry.conf.py
COPY sentry.conf.py /sentry.conf.py
ENTRYPOINT ["/usr/local/bin/sentry", "--config=/sentry.conf.py"]