run updates
This commit is contained in:
@@ -4,3 +4,9 @@ await utils.cloneOrPullRepo({ repo: "https://github.com/langgenius/dify.git" });
|
||||
await utils.copyDir("./repo/docker", "./code");
|
||||
await utils.removeContainerNames("./code/docker-compose.yaml");
|
||||
await utils.removePorts("./code/docker-compose.yaml");
|
||||
|
||||
await utils.searchReplace(
|
||||
"./code/.env.example",
|
||||
"APP_WEB_URL=",
|
||||
"APP_WEB_URL=https://$(PRIMARY_DOMAIN)"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user