Add Dockerfile and entrypoint script for container setup

This commit is contained in:
2026-03-27 09:27:22 +01:00
parent 02555ade28
commit 5ad1e04d0a
2 changed files with 10 additions and 0 deletions

3
entrypoint.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
exec python3 ok-server.py "$@"