mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-01-11 22:02:39 +00:00
fix dockerization
This commit is contained in:
@@ -14,7 +14,8 @@ async function bootstrap() {
|
||||
__dirname,
|
||||
'modules/users/adapters/primaries/user.proto',
|
||||
),
|
||||
url: '0.0.0.0:5000',
|
||||
url: process.env.SERVICE_URL + ':' + process.env.SERVICE_PORT,
|
||||
loader: { keepCase: true },
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user