Add Dockerfile and entrypoint script for container setup
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec python3 ok-server.py "$@"
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec python3 ok-server.py "$@"
|
||||