Commit bd020b03 by zhangxingmin

配置

parent e6b796af
......@@ -5,7 +5,7 @@ LABEL maintainer="zxm<2060197959@qq.com>"
# 创建目录
RUN mkdir -p /home/app
# 拷贝项目jar
COPY target/lw-auth.jar /home/app/yd-auth-core.jar
COPY target/yd-auth-core-1.0-SNAPSHOT.jar /home/app/yd-auth-core.jar
# 执行命令启动jar
ENTRYPOINT ["java", "-jar", "/home/app/yd-auth-core.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