run updates
This commit is contained in:
@@ -11,3 +11,9 @@ await utils.downloadFile(
|
||||
|
||||
await utils.removeContainerNames("./code/docker-compose.yml");
|
||||
await utils.removePorts("./code/docker-compose.yml");
|
||||
|
||||
await utils.searchReplace(
|
||||
"./code/.env.example",
|
||||
"_APP_DOMAIN=",
|
||||
"_APP_DOMAIN=$(PRIMARY_DOMAIN)"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user