diff options
author | Tommy Carpenter <tommy@research.att.com> | 2018-02-27 21:20:00 -0500 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2018-03-01 11:23:40 -0500 |
commit | 16841e4acee2cc31558bdaf618d68e4349c06168 (patch) | |
tree | a9bff5ca8af6256122cc0e406bac81f8fb6fba31 /Dockerfile | |
parent | 584b93a74f760beb51f973412a092533c838faeb (diff) |
Add a new endpoint for getting arbitrary keys
Change-Id: I4888bf3c596bee72637a881830cef4835076bcb2
Issue-ID: DCAEGEN2-348
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ ADD . /tmp RUN pip install --upgrade pip #do the install WORKDIR /tmp -RUN pip install -r requirements.txt RUN pip install -e . EXPOSE 10000 |