refactor: align deployment with proxmox template

This commit is contained in:
2025-12-27 15:52:31 +11:00
parent 908a00b38c
commit bd40b7cd8c
6 changed files with 266 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
const express = require('express');
const path = require('path');
const app = express();
const PORT = process.env.PORT || 3000;
const PORT = process.env.PORT || 4001;
// Serve static files from the current directory
app.use(express.static(__dirname));