diff --git a/packages/auth/docker/entrypoint-delete-accounts.js b/packages/auth/docker/entrypoint-delete-accounts.js index 5fbe95298..0e72ee0c0 100644 --- a/packages/auth/docker/entrypoint-delete-accounts.js +++ b/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 })