Skip to content

Commit 5e07302

Browse files
committed
add TODO comment to handle deletion of old containers in docker-compose
1 parent b573417 commit 5e07302

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/oracle-cloud/deploy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const appPath = "~/app";
5252
const sshPrefix =
5353
"ssh -o StrictHostKeyChecking=no " + (sshKeyPath ? `-i ${sshKeyPath} ` : "") + sshServer + " ";
5454

55+
// todo-ZM: let docker-compose handle deletion of old containers
5556
// Check for existing containers
5657
logs = execSync(sshPrefix + '"sudo docker ps -aq"');
5758

0 commit comments

Comments
 (0)