buildbot/pypy/worker/Dockerfile
2023-08-04 18:18:26 +00:00

3 lines
58 B
Docker

FROM pypy:2-onbuild
CMD ["twistd", "-ny", "buildbot.tac"]