arm适配

This commit is contained in:
hjx
2025-12-09 11:54:45 +08:00
parent 409af3c4ce
commit f63a48783e
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ ENV TZ Asia/Shanghai
#指定utf-8编码格
ENV JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF-8"
#将当前jar 复制到容器根目录下
ADD mhd-user-center.jar mhd-user-center.jar
ADD target/mhd-user-center.jar mhd-user-center.jar
#暴露容器端口 Docker镜像告知Docker宿主机应用监听了端口
EXPOSE 8007
# 运行jar包