NEW: add NadekoBot__creds env to specify alternative creds.yml

This commit is contained in:
Veovis
2022-07-27 05:00:27 +00:00
committed by Kwoth
parent f761714f15
commit cc6128997e
5 changed files with 39 additions and 20 deletions

View File

@@ -39,6 +39,7 @@ COPY docker-entrypoint.sh /usr/local/sbin
ENV shard_id=0
ENV total_shards=1
ENV NadekoBot__creds=/app/data/creds.yml
VOLUME [ "/app/data" ]
ENTRYPOINT [ "/usr/local/sbin/docker-entrypoint.sh" ]