integrating basic websocket
This commit is contained in:
@ -39,11 +39,11 @@ braid-logs() {
|
||||
compose "logs braid"
|
||||
}
|
||||
|
||||
# braid-server() {
|
||||
# compose "run --rm braid rails server --port 80 --binding 0.0.0.0"
|
||||
# }
|
||||
braid-server() {
|
||||
compose "node ./dist/server/server.js"
|
||||
}
|
||||
|
||||
restart-clean() {
|
||||
restart-braid() {
|
||||
compose "restart braid"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user