🐳 Switched to an alpine base image

This commit is contained in:
2021-10-28 23:12:23 -07:00
parent 595b5e5ca7
commit 329c8a7dca
2 changed files with 16 additions and 14 deletions

View File

@@ -96,7 +96,7 @@ export default class ApiService extends Service {
started(): any {
// Socket gateway-ish
// Create a Socket.IO instance, passing it our server
socketServer.listen(3001, "0.0.0.0");
socketServer.listen(3001, SOCKET_HOST);
this.io = new Server(socketServer, {});
// Add a connect listener