Commit 712fb5c9 authored by daidekun's avatar daidekun

fix

parent a299ca1f
......@@ -13,7 +13,6 @@ RUN echo "${BUILD_NUMBER}" >> ./version.txt
RUN pip install -i http://pypi.douban.com/simple --default-timeout 6000 tornado MySQL-python DBUtils synthesis executor futures --trusted-host pypi.douban.com
#RUN apt-get remove python-pip -y && apt-get autoremove -y
EXPOSE 80
COPY config.ini project/server/config/release/config.ini
COPY docker-entrypoint.sh .
COPY dist.tgz ./${SYSTEM_NAME}/dist.tgz
......
......@@ -11,5 +11,5 @@ tar zxf ${package_path}/dist.tgz -C ${package_path}/
echo "rm dist.tgz public/dist -rf"
rm -rf ${package_path}/dist.tgz
echo "python run.py --mode=release --port=80"
echo "python run.py --mode=beta --port=80"
python ${package_path}/server/run.py --mode=release --port=80
\ No newline at end of file
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