mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
fix docker volume
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user