aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Dockerfile (unfollow)
Commit message (Collapse)Author
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