Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet authored Jan 4, 2024
1 parent 919e1c3 commit 0f7a1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN apk add --no-cache --update \
mv /Pipfile /askomics/Pipfile && \
mv /Pipfile.lock /askomics/Pipfile.lock && \
pip install -r requirements.txt && \
pipenv install
pipenv install && \
rm /askomics/requirements.txt /askomics/Pipfile /askomics/Pipfile.lock

0 comments on commit 0f7a1cf

Please sign in to comment.