jadebot build image
This commit is contained in:
parent
46397d90ed
commit
a82d46a6fc
|
@ -1,4 +1,8 @@
|
|||
FROM debian:stable-slim
|
||||
RUN apt-get update && apt-get install -y fish toot
|
||||
ADD ./jbmasto/* /root
|
||||
CMD ./root/markov.fish
|
||||
RUN mkdir -p /root/.config/toot
|
||||
RUN --mount=type=secret,id=config cat /run/secrets/config > /root/.config/toot/config.json
|
||||
WORKDIR /root
|
||||
CMD ./markov.fish
|
||||
|
||||
|
|
Loading…
Reference in New Issue