Commit 23469f8c authored by 温海元's avatar 温海元

add group-buy

parent 602bfde8
......@@ -5,6 +5,12 @@ ARG FROM_IMAGE
FROM ccr.ccs.tencentyun.com/qg-qa/jdk1.8:latest
# Set the lang, you can also specify it as as environment variable through docker-compose.yml
ENV LANG=zh_CN.UTF-8 \
LANGUAGE=zh_CN.UTF-8
WORKDIR /home/quant_group
ARG SYSTEM_NAME
......@@ -13,8 +19,21 @@ ARG BUILD_SCHEMA
ENV SYSTEM_NAME=$SYSTEM_NAME \
BUILD_SCHEMA=$BUILD_SCHEMA
#设置语言包
ENV LANG zh_CN.UTF-8
RUN echo -e "${BUILD_SCHEMA//@/\n}" >> ./build_info
# Iterate through all locale and install it
# Note that locale -a is not available in alpine linux, use `/usr/glibc-compat/bin/locale -a` instead
# Set the lang, you can also specify it as as environment variable through docker-compose.yml
ENV LANG=en_US.UTF-8 \
LANGUAGE=en_US.UTF-8
#RUN apt-get install -y locales locales-all
COPY docker-entrypoint.sh .
COPY readyCheck.sh .
# COPY --from=BUILD /code/* ./project/
......@@ -25,6 +44,8 @@ COPY ./*.jar ./project/
COPY ./agent.jar ./project/
COPY ./tapm-agent-java.jar ./project/
COPY ./pinpoint-agent/ ./project/pinpoint-agent/
COPY ./FZz8NUb3x0.txt ./project/
......
......@@ -16,6 +16,7 @@ COPY ./Ra6UCOeIhV.txt ./tenet-ui/dist/
COPY ./Ra6UCOeIhV.txt ./vcc-ui/dist/
COPY ./Ra6UCOeIhV.txt ./new-paycenter-ui/dist/
COPY ./Ra6UCOeIhV.txt ./cauchy-ui/dist/
COPY ./Ra6UCOeIhV.txt ./group-buy-ui/dist/
COPY ./FZz8NUb3x0.txt ./h5-ui/dist/
COPY ./FZz8NUb3x0.txt ./mall-free-ui/dist/
......
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