Skip to content

Commit

Permalink
[+] Added cookies as ARG in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei-Tin committed Nov 19, 2024
1 parent 2b022a1 commit c3b1cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ RUN apk add libffi-dev
RUN echo "Successfully setup the environment!"

ARG token=""
ARG cookies=""

RUN echo "${token}" >> ./Rei/discord_token

RUN echo "${cookies}" >> ./Rei/cookies

CMD [ "python", "./Rei/rei.py"]

0 comments on commit c3b1cf5

Please sign in to comment.