4 lines
90 B
Docker
4 lines
90 B
Docker
from pypy:2-onbuild
|
|
RUN pip install /usr/src/app/*.whl
|
|
CMD /usr/src/app/start_buildbot.sh
|