Merge branch 'feature/v4-creds.yml-location' into 'v4'

NEW: add NadekoBot__creds env to specify alternative creds.yml

See merge request Kwoth/nadekobot!257
This commit is contained in:
Kwoth
2022-07-27 05:00:28 +00:00
5 changed files with 39 additions and 20 deletions

View File

@@ -42,6 +42,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" ]