DEV Community

Discussion on: Dockerize a Flask App

Collapse
 
davografie profile image
Davografie

Hi Riverfunt, thanks for the write-up. I was wondering what the contents of the pipfile are. You mention that "Two other files are Pipfile and Pipfile.lock. These files are created or updated by the command pipenv install [package]."; does that mean the file is created in the process, or did it have prior content?

Collapse
 
riverfount profile image
Riverfunt

Hi, this files are created for the first time that you execute a pipenv install [package]. After they are updated when you execute a new install with the pipenv command.