Commit c23b6640 authored by liwu's avatar liwu

@dev新增环境变量

parent 39306cad
FROM ajlx/edu100-app-base:1.0.2-SNAPSHOT FROM ajlx/edu100-app-base:1.0.2-SNAPSHOT
ENV LANG=zh_CN.UTF-8 LC_ALL=zh_CN.UTF-8
ARG JAR_FILE ARG JAR_FILE
RUN echo "JAR_FILE ${JAR_FILE}" RUN echo "JAR_FILE ${JAR_FILE}"
COPY ${JAR_FILE} app.jar COPY ${JAR_FILE} app.jar
......
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