run updates
This commit is contained in:
@@ -5,3 +5,9 @@ await utils.copyDir("./repo/docker", "./code");
|
||||
|
||||
await utils.removeContainerNames("./code/docker-compose.yml");
|
||||
await utils.removePorts("./code/docker-compose.yml");
|
||||
|
||||
await utils.searchReplace(
|
||||
"./code/.env.example",
|
||||
"SITE_URL=http://localhost:3000",
|
||||
"SITE_URL=https://$(PRIMARY_DOMAIN)"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user