Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.
/ python-alpine Public archive

Docker Image based in python onbuild with alpine linux and libs for postgres, pillow and lxml

License

Notifications You must be signed in to change notification settings

lgaticaq/python-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-alpine

dockeri.co

Build Status

Docker Image for python/django apps with alpine linux and dependencies for postgresql, pillow, lxml and fii

Create a Dockerfile in your Python app project

FROM lgatica/python-alpine:3-onbuild
# replace this with your application's default port
EXPOSE 8000
CMD [ "python", "app.py" ]

You can then build and run the Docker image:

docker build -t my-python-app .
docker run -it --rm --name my-running-app my-python-app

Notes

The image assumes that your application has a file named package.json listing its dependencies and defining its start script.

About

Docker Image based in python onbuild with alpine linux and libs for postgres, pillow and lxml

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published