Merge branch 'v4' into 'v4'

fix docker volume

See merge request Kwoth/nadekobot!246
This commit is contained in:
Kwoth
2022-04-12 22:05:40 +00:00

View File

@@ -37,6 +37,6 @@ COPY docker-entrypoint.sh /usr/local/sbin
ENV shard_id=0
ENV total_shards=1
VOLUME [ "app/data" ]
VOLUME [ "/app/data" ]
ENTRYPOINT [ "/usr/local/sbin/docker-entrypoint.sh" ]
CMD dotnet NadekoBot.dll "$shard_id" "$total_shards"