Private GIT

Skip to content
Snippets Groups Projects
Commit 8be74d60 authored by Allan's avatar Allan Committed by GitHub
Browse files

Refined files copied into docker container.

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