Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 881 Bytes

README.md

File metadata and controls

46 lines (26 loc) · 881 Bytes

Dockerfiles

Simple, clear, and working Dockerfile templates for Python applications based on Alpine image.

Features

  • Multi-stage
  • Targets
  • Minimum image size

Installation

Simple and intuitive installation and setup:

git clone https://github.com/orenlab/dockerfiles.git

Then open the Dockerfile in your preferred editor and make the necessary changes to the paths and dependencies.

Usage/Examples

Dockerfile is configured to use two targets:

  • For a production system
docker --target production build -t name/image:tag .
  • For development system
docker --target development build -t name/image:tag .

Authors

License

MIT License