Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cxhello authored Feb 19, 2024
1 parent b5a221e commit 18fcd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM eclipse-temurin:8u402-b06-jdk-centos7
MAINTAINER cxhello

# 将指定目录下的jar包复制到docker容器的/目录下
COPY springboot-admin-0.0.1-SNAPSHOT.jar /export/Apps/springboot-admin/springboot-admin-0.0.1-SNAPSHOT.jar
COPY target/springboot-admin-0.0.1-SNAPSHOT.jar /export/Apps/springboot-admin/springboot-admin-0.0.1-SNAPSHOT.jar

# 声明服务运行在8080端口
EXPOSE 8080
Expand Down

0 comments on commit 18fcd8e

Please sign in to comment.