feat(docker): init Dockerfile
This commit is contained in:
parent
0d7a5d4ccd
commit
3940b4cec7
4 changed files with 32 additions and 1 deletions
9
tox.ini
9
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue