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:
Ushie 2023-01-09 23:37:22 +03:00 committed by GitHub
parent 5229cd6654
commit 53279569da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]