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