From 81e4db9c4fa7ceecc70ace76617bcc68fb73de32 Mon Sep 17 00:00:00 2001 From: a Date: Mon, 21 Oct 2024 21:38:23 +0000 Subject: [PATCH] Change: mount cogs instead of copying into docker image --- docker-compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 471895a..0950109 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,4 +7,7 @@ services: DISCORD_GUILD_ID: $DISCORD_GUILD_ID DISCORD_BOT_ADMIN_ROLE_ID: $DISCORD_BOT_ADMIN_ROLE_ID DISCORD_BOT_ADMIN_USER_ID: $DISCORD_BOT_ADMIN_USER_ID - DISCORD_VCJOIN_CHANNEL: $DISCORD_VCJOIN_CHANNEL \ No newline at end of file + DISCORD_VCJOIN_CHANNEL: $DISCORD_VCJOIN_CHANNEL + volumes: + - ./cogs:/umi/cogs + - ./sounds:/umi/sounds \ No newline at end of file