Skip to content

Commit

Permalink
remove dev reqs from staging.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stolarczyk committed Dec 13, 2019
1 parent 7a4b9f1 commit 0b7ea38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions staging.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ FROM tiangolo/uvicorn-gunicorn:python3.7-alpine3.8
LABEL authors="Nathan Sheffield, Michal Stolarczyk"

COPY . /app

RUN pip install https://github.com/databio/refgenconf/archive/dev.zip
RUN pip install https://github.com/databio/yacman/archive/dev.zip
RUN pip install .
RUN pip install .

0 comments on commit 0b7ea38

Please sign in to comment.