dockerizing

This commit is contained in:
2024-03-10 14:16:31 -05:00
parent a9fa89107e
commit c8d0221247
6 changed files with 59 additions and 12 deletions

View File

@@ -163,4 +163,6 @@ app.use(function (err, req, res, next) {
// next(createError(404));
// });
app.set('trust proxy')
module.exports = {app};