🐳 修改 docker 配置.

This commit is contained in:
lijiahangmax
2025-09-10 01:43:11 +08:00
parent df78fc5977
commit d2703661c8
15 changed files with 86 additions and 11 deletions

View File

@@ -48,8 +48,8 @@ public class ReplaceVersion {
private static final String[] DOCKER_FILES = new String[]{
"docker/docker-build.sh",
"docker/project-build.sh",
"docker-compose.yml",
"docker-compose-testing.yml"
"docker-compose.yaml",
"docker-compose-testing.yaml"
};
private static final String[] POM_FILES = new String[]{