blob: 134a70c0e1fd3fcacc36f05c026179efbcebfbb6 [file] [log] [blame]
FROM gcr.io/google-appengine/python
ADD . .
# Install chromeperf package with --editable, which avoids
# 'ZIP does not support timestamps before 1980' in cloudbuild
RUN pip3 install --upgrade setuptools gunicorn && \
pip3 install --editable .
# Run as `gunicorn 'chromeperf.pinpoint.service:CreateApp()'`