Commit 0b67c75f authored by 胡凯旋's avatar 胡凯旋

Merge branch 'hkx/feature/rpc-method-header' into 'test'

update dockerfile

See merge request !23
parents cb6dfedc 174461db
......@@ -43,12 +43,12 @@ RUN apk add --no-cache --virtual .build-deps \
COPY . /srv/apps/geoserver/
WORKDIR /srv/apps/geoserver/
RUN cat requirements.txt | grep master > /tmp/gm-requirements.txt \
&& pip install --no-deps --upgrade -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r /tmp/gm-requirements.txt \
&& apk del .build-deps
WORKDIR /srv/apps/geoserver/
ENV GM_RPCD_DEPLOY_CONF_PATH "/srv/apps/geoserver/deploy_conf.xml"
CMD gunicorn gm_rpcd.wsgi:application -w 5 -k gevent -b 0.0.0.0:8000 --access-logfile /data/log/geoserver/app/gunicorn_access.log --error-logfile /data/log/geoserver/app/gunicorn_error.log
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment