Skip to content

Commit

Permalink
fix: do not modify Pipfile.lock #1487
Browse files Browse the repository at this point in the history
  • Loading branch information
damycra authored and aviadhahami committed Jun 17, 2021
1 parent 7691e63 commit bdbac4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/docker-python-entrypoint.sh
Expand Up @@ -22,8 +22,7 @@ installRequirementsTxtDeps() {
installPipfileDeps() {
pushd "${PROJECT_PATH}/"
echo "Found Pipfile"
pipenv lock
pipenv install --system
pipenv install --system --deploy
popd
}

Expand Down

0 comments on commit bdbac4a

Please sign in to comment.