refactor: Remove unnecessary watch command from soketi service entrypoint
This commit is contained in:
parent
ceccd093d2
commit
e91939a4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ services:
|
|||
SOKETI_DEFAULT_APP_ID: "${PUSHER_APP_ID:-coolify}"
|
||||
SOKETI_DEFAULT_APP_KEY: "${PUSHER_APP_KEY:-coolify}"
|
||||
SOKETI_DEFAULT_APP_SECRET: "${PUSHER_APP_SECRET:-coolify}"
|
||||
entrypoint: ["/bin/sh", "/soketi-entrypoint.sh", "watch"]
|
||||
entrypoint: ["/bin/sh", "/soketi-entrypoint.sh"]
|
||||
vite:
|
||||
image: node:20
|
||||
pull_policy: always
|
||||
|
|
|
|||
Loading…
Reference in a new issue