Merge branch 'fix-docker-development' into 'main'

Fix docker development:

See merge request framasoft/mobilizon!1483
This commit is contained in:
Thomas Citharel
2023-11-23 14:53:53 +00:00
4 changed files with 11 additions and 3 deletions

View File

@@ -15,7 +15,9 @@ config :mobilizon, Mobilizon.Web.Endpoint,
check_origin: false,
watchers: [
node: [
"node_modules/.bin/vite"
"node_modules/.bin/vite",
"--host",
System.get_env("VITE_HOST", "localhost")
]
]