Private GIT

Skip to content
Snippets Groups Projects
Commit 05c7c8cc authored by Allan's avatar Allan
Browse files

Setting the working directory.

parent 7a609748
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ MAINTAINER Allan Tribe <atribe13@gmail.com>
VOLUME /src
ADD . /src
WORKDIR /src
RUN pip install -r /src/requirements.txt
RUN pip install -r requirements.txt
CMD ["python", "/src/InfluxdbSpeedtest.py"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment