Skip Build command

Is there a way to avoid the pip install -r requirements.txt to execute everytime the instance come back from inactivity? I tried commenting the command but that doesn’t seem to work.

Hi,

When a free web service spins back up, it only uses the Start Command.

In most cases pip commands should only be used in the Build Command, not the Start Command.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.