Add websocket example
This commit is contained in:
parent
dbb12afbb9
commit
46a9943eb6
5 changed files with 249 additions and 0 deletions
5
controllers/gce/examples/websocket/Dockerfile
Normal file
5
controllers/gce/examples/websocket/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM alpine:3.5
|
||||
|
||||
COPY wsserver /wsserver
|
||||
|
||||
CMD ["/wsserver"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue