Skip to content

Commit

Permalink
feat(dockerfile): rename config file (ReVanced#57)
Browse files Browse the repository at this point in the history
* chore(dockerfile): remove unnecessary env args

* feat(dockerfile): rename config file

required until migration to /config (with modal or raw link)
  • Loading branch information
Ushie authored Jan 9, 2023
1 parent 5229cd6 commit 5327956
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
FROM gcr.io/distroless/cc
# Discord info
ARG DISCORD_AUTHORIZATION_TOKEN
ENV DISCORD_AUTHORIZATION_TOKEN $DISCORD_AUTHORIZATION_TOKEN
# MongoDB info
ARG MONGODB_URI
ENV MONGODB_URI $MONGODB_URI

COPY ./configuration.revanced.json /configuration.json
COPY ./target/**/release/revanced-discord-bot /
CMD ["/revanced-discord-bot"]
CMD ["/revanced-discord-bot"]

0 comments on commit 5327956

Please sign in to comment.