-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SEE? LOUDIE CAN FOLLOW THE CONVENTIONAL COMMIT PATTERN.
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,15 @@ LABEL maintainer="C J Silverio <[email protected]>" | |
ARG redis_url=redis://127.0.0.1:6379 | ||
ARG slack_token=0xdeadbeef | ||
ARG welcome | ||
ARG tucker_chance=2 | ||
|
||
ENV REDIS_URL=$redis_url | ||
ENV SLACK_TOKEN=$slack_token | ||
ENV WELCOME_CHANNEL=$welcome | ||
ENV TUCKER_CHANCE=$tucker_chance | ||
|
||
RUN apk add --no-cache bash libc6-compat | ||
WORKDIR /loudbot | ||
ADD ./releases/alpine_release_x64.tar.gz . | ||
ADD ./releases/unknown-linux-musl.tar.gz . | ||
|
||
CMD ["/loudbot/LOUDBOT"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters