fix: set right entrypoint
parent
cf1421d4f9
commit
801d1f50e4
|
@ -4,6 +4,7 @@ services:
|
||||||
bot:
|
bot:
|
||||||
image: polpetta/songlify:latest
|
image: polpetta/songlify:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
entrypoint: /usr/bin/songlify
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue