Skip to content

Commit

Permalink
Merge pull request #2038 from snyk/fix/do-not-update-pipfile-lock
Browse files Browse the repository at this point in the history
Fix: do not modify Pipfile.lock #1487
  • Loading branch information
Aviad Hahami committed Jun 17, 2021
2 parents e129288 + bdbac4a commit d560558
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 d560558

Please sign in to comment.