mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-04 08:14:26 +02:00
feat(dockerfile): rename config file (#57)
* chore(dockerfile): remove unnecessary env args * feat(dockerfile): rename config file required until migration to /config (with modal or raw link)
This commit is contained in:
parent
5229cd6654
commit
53279569da
10
Dockerfile
10
Dockerfile
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user