Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eagafonov/docker-python-template
- Owner: eagafonov
- Created: 2017-06-19T11:20:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T11:20:45.000Z (over 7 years ago)
- Last Synced: 2024-11-13T09:12:13.835Z (3 months ago)
- Topics: docker, dockerfile, makefiles, python
- Language: Makefile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`