feat: docker support

Adds docker support to the example server.
this allows the example servers to be run in a containerized environment.
This commit is contained in:
Vijaykoushik Sekar
2025-04-04 11:46:12 +05:30
parent 4254ff37f1
commit d2239bbe12
10 changed files with 283 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
services:
server:
build:
context: .
ports:
- 8000:8000