Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eagafonov/docker-python-template

Some template stuff to dockerize your Python app
https://github.com/eagafonov/docker-python-template

docker dockerfile makefiles python

Last synced: about 1 month ago
JSON representation

Some template stuff to dockerize your Python app

Awesome Lists containing this project

README

        

Docker boilerplate for python apps
----------------------------------

Dockerfile template
-------------------

docker/Dockerfile

Makefiles
---------

Makefile helpers reside in docker.mk file you can either include it into you Makefile
or invoke Docker-related targers as `make -f docker.mk docker-build`