summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/web/Dockerfile
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2017-01-05 12:36:54 +0100
committermaxbr <maxbr@mi.fu-berlin.de>2017-01-05 12:36:54 +0100
commit85623f2e6a4e4bee61ac5c28ce04bf9532980094 (patch)
tree61327148ccb024cf55bcffa1cdf4d16d7c848e37 /tools/pharos-dashboard/web/Dockerfile
parent55c3b53ba08b2c6cf3c392b10a065a3076525951 (diff)
Add library for dashboard notification System
JIRA: PHAROS-265 Change-Id: Ia33235c5160ef6b36b27a6fe1a2eb97a45e72367 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'tools/pharos-dashboard/web/Dockerfile')
-rw-r--r--tools/pharos-dashboard/web/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pharos-dashboard/web/Dockerfile b/tools/pharos-dashboard/web/Dockerfile
index d5432359..228b0b0f 100644
--- a/tools/pharos-dashboard/web/Dockerfile
+++ b/tools/pharos-dashboard/web/Dockerfile
@@ -3,5 +3,5 @@ ENV PYTHONUNBUFFERED 1
RUN mkdir /config
ADD ./requirements.txt /config/
RUN pip install -r /config/requirements.txt
-RUN mkdir /src;
-WORKDIR /src
+RUN mkdir -p /pharos_dashboard/src
+WORKDIR /pharos_dashboard/src