Skip to content

Commit

Permalink
fix: Adjust Docker configuration files to latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jan 21, 2024
1 parent c33ab88 commit 5e09942
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM ubuntu:latest

COPY ./configuration.revanced.json /configuration.json
COPY ./target/**/release/revanced-discord-bot /
CMD ["/revanced-discord-bot"]
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ services:
environment:
- DISCORD_AUTHORIZATION_TOKEN=$DISCORD_AUTHORIZATION_TOKEN
- MONGODB_URI=$MONGODB_URI
- API_SERVER=$API_SERVER
- API_CLIENT_ID=$API_CLIENT_ID
- API_CLIENT_SECRET=$API_CLIENT_SECRET
restart: unless-stopped

0 comments on commit 5e09942

Please sign in to comment.