Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 14fbabae authored by Matthew Carey's avatar Matthew Carey Committed by GitHub
Browse files

Merge pull request #10 from atribe/master

Fixed the dockerfile
parents b4a4d881 045a3f60
Branches
No related tags found
No related merge requests found
FROM python:3.3-slim FROM python:3.3-slim
MAINTAINER Allan Tribe <atribe13@gmail.com> MAINTAINER Allan Tribe <atribe13@gmail.com>
ADD . /src VOLUME /src/
COPY InfluxdbSpeedtest.py requirements.txt /src/
WORKDIR /src WORKDIR /src
RUN pip install -r requirements.txt 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