feat(docker): init Dockerfile

This commit is contained in:
Tiara Rodney 2022-04-03 02:36:38 +02:00
parent 0d7a5d4ccd
commit 3940b4cec7
4 changed files with 32 additions and 1 deletions

View file

@ -35,6 +35,15 @@ deps =
commands =
python3 -m build {posargs}
[testenv:build-docker]
description = build docker image
passenv =
DOCKER_*
allowlist_externals =
docker
sh
commands =
docker image build -t victorykit/httpaste .
[testenv:docs]
description = build documentation