summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/storperf-reporting/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/storperf-reporting/Dockerfile b/docker/storperf-reporting/Dockerfile
index 606bac0..3e8a95a 100644
--- a/docker/storperf-reporting/Dockerfile
+++ b/docker/storperf-reporting/Dockerfile
@@ -22,7 +22,8 @@ LABEL version="0.1" description="OPNFV Storperf Reporting Container"
RUN apk add --update python py-pip
COPY . /home/opnfv/storperf-reporting
-WORKDIR /home/opnfv/storperf-reporting
+WORKDIR /home/opnfv/storperf-reporting/src
+
RUN pip install -r /home/opnfv/storperf-reporting/requirements.txt
CMD ["python", "app.py"]