mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(registry): add image tag resolution correctly when using cluster
This commit is contained in:
@@ -101,7 +101,6 @@ const installRequirements = async (serverId: string, logPath: string) => {
|
||||
}
|
||||
stream
|
||||
.on("close", () => {
|
||||
writeStream.write("Connection closed ✅");
|
||||
client.end();
|
||||
resolve();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user