添加dockerfile

This commit is contained in:
whyour
2021-03-18 10:02:13 +08:00
parent 361963711e
commit 4555a24434
13 changed files with 1026 additions and 191 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ if (envFound.error) {
}
export default {
port: parseInt(process.env.PORT, 10),
port: parseInt(process.env.PORT as string, 10),
secret: process.env.SECRET,
logs: {
level: process.env.LOG_LEVEL || 'silly',