Commit 7563f9a8 authored by 胡凯旋's avatar 胡凯旋

Merge branch 'hkx/feature/dockerfile' into 'test'

fix dockerfile

See merge request !6
parents 38901ac4 fb342c24
......@@ -43,7 +43,7 @@ RUN apk add --no-cache --virtual .build-deps \
&& apk del .build-deps \
&& mkdir -p /data/log/search_tips/app
ENV GM_RPCD_DEPLOY_CONF_PATH "/srv/apps/search_tips/app_conf.xml" \
ENV GM_RPCD_DEPLOY_CONF_PATH="/srv/apps/search_tips/app_conf.xml" \
DJANGO_SETTINGS_MODULE=search_tips.settings
COPY . /srv/apps/search_tips/
......
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