mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-24 16:45:22 +02:00
refactor: apply migration
This commit is contained in:
@@ -62,8 +62,8 @@ void app.prepare().then(async () => {
|
||||
await sendDokployRestartNotifications();
|
||||
}
|
||||
|
||||
if (IS_CLOUD) {
|
||||
// await migration(); //TODO: Fix migration
|
||||
if (IS_CLOUD && process.env.NODE_ENV === "production") {
|
||||
await migration();
|
||||
}
|
||||
|
||||
server.listen(PORT);
|
||||
|
||||
Reference in New Issue
Block a user