#!/bin/bash # Install core utils. pip3 install pipenv # Download Python libs. cd /app pipenv install --system --deploy --ignore-pipfile pip3 list