🐳 Docker configuration change

This commit is contained in:
2021-08-31 09:32:59 -07:00
parent 5141d387b7
commit 632b2dc267
10 changed files with 142 additions and 528 deletions

View File

@@ -25,6 +25,7 @@ const port: number = Number(process.env.PORT) || 8050; // set our port
// Send index.html on root request
app.use(express.static("dist"));
app.use(express.static("public"));
export const opdsRouter = () => {
const path_of_books = "/Users/rishi/work/threetwo/src/server/comics";