2023-04-01 19:32:45 -04:00
|
|
|
FROM ubuntu:22.04
|
2022-10-27 01:55:23 +00:00
|
|
|
|
2023-04-01 23:55:19 +00:00
|
|
|
RUN apt update -y
|
|
|
|
|
2022-10-27 01:55:23 +00:00
|
|
|
COPY build/birdbot /usr/bin/birdbot
|
|
|
|
|
|
|
|
VOLUME /etc/birdbot
|
|
|
|
|
2023-04-01 22:25:54 +00:00
|
|
|
ENTRYPOINT ["/usr/bin/birdbot", "-c=/etc/birdbot/birdbot.yaml", "-db=/var/lib/birdbot/birdbot.db"]
|