server websockets

This commit is contained in:
2024-11-15 08:22:33 -07:00
parent a37071b584
commit 5c16280807
7 changed files with 161 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
MAJOR_VERSION="2"
MINOR_VERSION="2"
MINOR_VERSION="3"
VERSION="$MAJOR_VERSION.$MINOR_VERSION"
docker build -t canvas_management:$VERSION .