Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 154 Bytes

readme.md

File metadata and controls

5 lines (3 loc) · 154 Bytes

docker build -t websocket-backend .

docker run -p 8080:8080 -e PORT=8080 websocket-backend

http://localhost:8080/test/{authorization-header-value}