template-python / Makefile
npv2k1's picture
feat: template python docker
45968f8
raw
history blame
115 Bytes
package:
pip freeze > requirements.txt
venv:
source ./venv/bin/activate
build:
docker build -t template-python .