Running some manual tests and updating Dockerfile

This commit is contained in:
Mitsuo Takaki
2018-03-18 22:17:29 -07:00
parent 2adb5ca095
commit 4c336ec714
5 changed files with 35 additions and 17 deletions
+8 -1
View File
@@ -1,6 +1,13 @@
FROM python:2-onbuild
FROM python:2.7-alpine
MAINTAINER Mitsuo Takaki <mitsuotakaki@gmail.com>
WORKDIR /usr/src/app
COPY requirements.txt /usr/src/app/
RUN pip install --no-cache-dir -r requirements.txt
COPY cachet_url_monitor/* /usr/src/app/cachet_url_monitor/
COPY config.yml /usr/src/app/config/
VOLUME /usr/src/app/config/