Skip to content

Commit

Permalink
refactor: Remove unnecessary watch command from soketi service entryp…
Browse files Browse the repository at this point in the history
…oint
  • Loading branch information
andrasbacsai committed Oct 2, 2024
1 parent ceccd09 commit e91939a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e91939a

Please sign in to comment.