Skip to content

Commit

Permalink
add host command line arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Oct 26, 2024
1 parent b52ad77 commit 749f671
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

exec_server() {
exec poetry run task server --port 8001
exec poetry run task server --port 8001 --host 0.0.0.0
}

case $1 in
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "west"
version = "0.1.0"
version = "0.2.0"
description = "Send notifications to client side via websockets"
authors = ["Eugen Ciur <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 749f671

Please sign in to comment.