aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Dockerfile (unfollow)
Commit message (Collapse)Author
2022-06-30docker: python image instead of alpineEgor Tensin
2022-06-30docker: fix print() showing nothingEgor Tensin
2022-03-15docker: best practicesEgor Tensin
Since I don't spawn any processes, I can just use the exec form in the Dockerfile, and it's all fine.
2022-03-11Dockerfile: remove tiniEgor Tensin
docker-compose.yml takes care of that.
2022-03-11add DockerfileEgor Tensin