Skip to content

Docker-s-IMAGES/no-pipenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

no-pipenv

Docker Pull Count Docker Image Size (latest by date)

build image without pipenv from a pipenv project

FROM abersh/no-pipenv as requirements

FROM python:3.7

# ... yourself commands

COPY --from=requirements /src/requirements.txt .

RUN pip install -r requirements.txt

# ... yourself commands

About

build image without pipenv from a pipenv project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published