changes Dockerfile to install dev dependencies
This commit is contained in:
parent
12599ee785
commit
9c5b2b783d
|
@ -14,7 +14,7 @@ WORKDIR /crc-workflow
|
||||||
RUN pip install pipenv
|
RUN pip install pipenv
|
||||||
ADD Pipfile /crc-workflow/
|
ADD Pipfile /crc-workflow/
|
||||||
ADD Pipfile.lock /crc-workflow/
|
ADD Pipfile.lock /crc-workflow/
|
||||||
RUN pipenv install
|
RUN pipenv install --dev
|
||||||
|
|
||||||
# include rejoiner code (gets overriden by local changes)
|
# include rejoiner code (gets overriden by local changes)
|
||||||
COPY . /crc-workflow/
|
COPY . /crc-workflow/
|
||||||
|
|
Loading…
Reference in New Issue