dockerisation 🐬

This commit is contained in:
ari melody 2023-10-03 20:39:47 +01:00
parent 6ced824e1c
commit 3331925b3d
No known key found for this signature in database
GPG key ID: 12A070A0ACDCA45F
5 changed files with 40 additions and 1 deletions

View file

@ -65,7 +65,7 @@ This connection will now terminate.
`;
const PORT = process.env.PORT || 8080;
const PORT = process.env.PORT || 8443;
const PING_INTERVAL = 10000;
let sockets = [];