diff options
author | maxbr <maxbr@mi.fu-berlin.de> | 2017-01-05 12:36:54 +0100 |
---|---|---|
committer | maxbr <maxbr@mi.fu-berlin.de> | 2017-01-05 12:36:54 +0100 |
commit | 29a4b8697e4a7960931528142d7778383810b91e (patch) | |
tree | e331d02d7dee9e5bdef1fecdf994bd85e07e8bef /pharos-dashboard/web | |
parent | 0f779323898999cc6269ee2f9183de75e1eedab0 (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 'pharos-dashboard/web')
-rw-r--r-- | pharos-dashboard/web/Dockerfile | 4 | ||||
-rw-r--r-- | pharos-dashboard/web/requirements.txt | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/pharos-dashboard/web/Dockerfile b/pharos-dashboard/web/Dockerfile index d543235..228b0b0 100644 --- a/pharos-dashboard/web/Dockerfile +++ b/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 diff --git a/pharos-dashboard/web/requirements.txt b/pharos-dashboard/web/requirements.txt index edb20d0..f80f1c0 100644 --- a/pharos-dashboard/web/requirements.txt +++ b/pharos-dashboard/web/requirements.txt @@ -8,6 +8,7 @@ django-registration==2.1.2 djangorestframework==3.4.6 gunicorn==19.6.0 jira==1.0.7 +jsonpickle==0.9.3 oauth2==1.9.0.post1 oauthlib==1.1.2 pika==0.10.0 |