Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 243 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 243 Bytes

godot-server

Demonstration of creating Docker image for websocket chat app.

Server export and container creation

$ ./export.sh

Run app

$ docker run -it -p 8000:8000 godot-server

alt text