buildbot/pypy/master/Dockerfile
2017-05-03 17:53:14 +02:00

4 lines
90 B
Docker

from pypy:2-onbuild
RUN pip install /usr/src/app/*.whl
CMD /usr/src/app/start_buildbot.sh