mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 13:06:01 +00:00
docker fix
This commit is contained in:
@@ -46,7 +46,7 @@ function packagedPluginsDir() {
|
||||
return path.resolve(__dirname, '../../../../plugins');
|
||||
}
|
||||
if (platformInfo.isDocker) {
|
||||
return path.resolve(__dirname, 'plugins');
|
||||
return '/home/dbgate-docker/plugins';
|
||||
}
|
||||
if (process.argv[2] == 'startNodeWeb') {
|
||||
// node_modules
|
||||
|
||||
Reference in New Issue
Block a user