changes Dockerfile to install dev dependencies

This commit is contained in:
Fred McDavid 2019-11-28 09:17:22 -05:00
parent 12599ee785
commit 9c5b2b783d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ WORKDIR /crc-workflow
RUN pip install pipenv
ADD Pipfile /crc-workflow/
ADD Pipfile.lock /crc-workflow/
RUN pipenv install
RUN pipenv install --dev
# include rejoiner code (gets overriden by local changes)
COPY . /crc-workflow/