File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 1- # ABOUTME: Convos IRC web client for MagNET with Tailscale SSH access
1+ # ABOUTME: Convos IRC web client for MagNET
22# ABOUTME: Persistent IRC bouncer with modern web UI, connects via Fly.io internal network
33
4- FROM ghcr.io/convos-chat/convos:v8.07
5-
6- USER root
7-
8- # Copy Tailscale binaries from official image
9- COPY --from=tailscale/tailscale:latest /usr/local/bin/tailscaled /usr/local/bin/tailscaled
10- COPY --from=tailscale/tailscale:latest /usr/local/bin/tailscale /usr/local/bin/tailscale
11-
12- # Create directories
13- RUN mkdir -p /data /var/run/tailscale
14-
15- # Copy entrypoint
16- COPY convos/entrypoint.sh /app/entrypoint.sh
17- RUN chmod +x /app/entrypoint.sh
4+ FROM ghcr.io/convos-chat/convos:stable
185
196ENV CONVOS_HOME=/data
207
218EXPOSE 3000
22-
23- ENTRYPOINT ["/app/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments