buildbot/pypy/master/Dockerfile
2017-01-27 16:36:45 +01:00

4 lines
90 B
Docker

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