ScuttleBot

scuttlebot / deploy / compose / ergo / Dockerfile
Blame History Raw 12 lines
1
FROM ghcr.io/ergochat/ergo:stable
2
3
# Install envsubst (gettext package).
4
USER root
5
RUN apk add --no-cache gettext
6
7
COPY ircd.yaml.tmpl /ergo/ircd.yaml.tmpl
8
COPY entrypoint.sh /ergo/entrypoint.sh
9
RUN chmod +x /ergo/entrypoint.sh
10
11
ENTRYPOINT ["/ergo/entrypoint.sh"]
12

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button