Private GIT

Skip to content
Snippets Groups Projects
Commit b4a1cd86 authored by Barry Carey's avatar Barry Carey
Browse files

Docker updates

parent 4b273236
Branches
No related tags found
No related merge requests found
...@@ -2,9 +2,11 @@ FROM python:3.3-slim ...@@ -2,9 +2,11 @@ FROM python:3.3-slim
MAINTAINER Allan Tribe <atribe13@gmail.com> MAINTAINER Allan Tribe <atribe13@gmail.com>
VOLUME /src/ VOLUME /src/
COPY influxspeedtest/InfluxdbSpeedtest.py requirements.txt /src/ COPY influxspeedtest.py requirements.txt /src/
COPY config.ini /src/config.example.ini
ADD influxspeedtest /src/influxspeedtest
WORKDIR /src WORKDIR /src
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
CMD ["python", "-u", "/src/InfluxdbSpeedtest.py"] CMD ["python", "-u", "/src/influxspeedtest.py"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment