Commit c5e32144 authored by 李振振's avatar 李振振

新增缓存接口

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