diff --git a/src/main/resources/DockerFile b/src/main/resources/DockerFile index f7a2003..d46be32 100644 --- a/src/main/resources/DockerFile +++ b/src/main/resources/DockerFile @@ -7,4 +7,4 @@ COPY ${JAR_FILE} app.jar # 暴露端口 EXPOSE 8080 # CMD 容器启动命令 -CMD java -jar /app.jar \ No newline at end of file +CMD java -jar ./app.jar \ No newline at end of file