feat: add Dockerfile

This commit is contained in:
Axel Cocat 2022-03-15 01:13:38 +01:00
parent a462b6af1b
commit 1b7e975080
8 changed files with 60 additions and 13 deletions

View file

@ -38,8 +38,8 @@ export class Armory {
),
transports: [
new winston.transports.Console({ level: "debug" }),
new winston.transports.File({ filename: "armory.error.log", level: "error" }),
new winston.transports.File({ filename: "armory.combined.log", level: "http" }),
new winston.transports.File({ filename: path.join("logs", "armory.error.log"), level: "error" }),
new winston.transports.File({ filename: path.join("logs", "armory.combined.log"), level: "http" }),
],
});
this.charsetCache = {};