Browse Source

fix(auth): path to delete accounts script

Karol Sójko 1 năm trước cách đây
mục cha
commit
ca8a3fc77d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/auth/docker/entrypoint-delete-accounts.js

+ 1 - 1
packages/auth/docker/entrypoint-delete-accounts.js

@@ -4,7 +4,7 @@ const path = require('path')
 
 const pnp = require(path.normalize(path.resolve(__dirname, '../../..', '.pnp.cjs'))).setup()
 
-const index = require(path.normalize(path.resolve(__dirname, '../dist/bin/delete-accounts.js')))
+const index = require(path.normalize(path.resolve(__dirname, '../dist/bin/delete_accounts.js')))
 
 Object.defineProperty(exports, '__esModule', { value: true })