Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 382 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 382 Bytes

docker-codetasks

Docker image for running Python code tasks (exercices).

Usage

FROM playpauseandstop/docker-codetasks:latest

Developement

Build an image

make build

Build an image of specific tag

make TAG=1.0.0 build

Run something (for example pytest help)

make ARGS="python -m pytest --help" run