mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-03 16:24:27 -05:00 
			
		
		
		
	Merge branch 'v4' into 'v4'
fix docker volume See merge request Kwoth/nadekobot!246
This commit is contained in:
		@@ -37,6 +37,6 @@ COPY docker-entrypoint.sh /usr/local/sbin
 | 
				
			|||||||
ENV shard_id=0
 | 
					ENV shard_id=0
 | 
				
			||||||
ENV total_shards=1
 | 
					ENV total_shards=1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VOLUME [ "app/data" ]
 | 
					VOLUME [ "/app/data" ]
 | 
				
			||||||
ENTRYPOINT [ "/usr/local/sbin/docker-entrypoint.sh" ]
 | 
					ENTRYPOINT [ "/usr/local/sbin/docker-entrypoint.sh" ]
 | 
				
			||||||
CMD dotnet NadekoBot.dll "$shard_id" "$total_shards"
 | 
					CMD dotnet NadekoBot.dll "$shard_id" "$total_shards"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user