mirror of
https://github.com/mtan93/cachet-url-monitor.git
synced 2026-05-22 06:08:53 +01:00
Running some manual tests and updating Dockerfile
This commit is contained in:
+8
-1
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user