Commit 1f49aeb1 authored by 李振振's avatar 李振振

新增缓存接口

parent c5e32144
......@@ -6,5 +6,6 @@ ARG VERSION
LABEL maintainer=${AUTHOR} version=${VERSION}
RUN echo "Asia/Shanghai" > /etc/timezone
COPY ./target/sdk-golden-api-1.0.0.jar /app/sdk-golden-api-1.0.0.jar
COPY ./conf /app/conf/
COPY ./conf /conf/
ENTRYPOINT ["java","-jar","/app/sdk-golden-api-1.0.0.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