fix docker volume

This commit is contained in:
Ricordeau Raphael
2022-04-10 11:54:49 +00:00
parent 8e1ec2ed9e
commit 8b1efa9b4f

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"