File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ RUN mkdir -p /var/lib/atheme
5050RUN chown atheme:atheme /var/lib/atheme
5151
5252# Copy configuration templates and startup script
53- COPY atheme/atheme .conf.template /opt/atheme/atheme.conf.template
54- COPY atheme/ entrypoint.sh /app/entrypoint.sh
53+ COPY atheme.conf.template /opt/atheme/atheme.conf.template
54+ COPY entrypoint.sh /app/entrypoint.sh
5555RUN chmod +x /app/entrypoint.sh
5656
5757# Container starts as root for Tailscale, drops to atheme user for services
Original file line number Diff line number Diff line change @@ -60,16 +60,16 @@ RUN adduser -D -h /opt/solanum -u 1000 ircd
6060RUN chown -R ircd:ircd /opt/solanum/
6161
6262# Copy configuration templates and startup scripts
63- COPY solanum/ common.conf.template /opt/solanum/conf/common.conf.template
64- COPY solanum/ opers.conf.template /opt/solanum/conf/opers.conf.template
65- COPY solanum/ start.sh /app/start.sh
66- COPY solanum/ start-dynamic.sh /app/start-dynamic.sh
67- COPY solanum/ renew-cert.sh /opt/solanum/bin/renew-cert.sh
68- COPY solanum/ renew-hook.sh /opt/solanum/bin/renew-hook.sh
63+ COPY common.conf.template /opt/solanum/conf/common.conf.template
64+ COPY opers.conf.template /opt/solanum/conf/opers.conf.template
65+ COPY start.sh /app/start.sh
66+ COPY start-dynamic.sh /app/start-dynamic.sh
67+ COPY renew-cert.sh /opt/solanum/bin/renew-cert.sh
68+ COPY renew-hook.sh /opt/solanum/bin/renew-hook.sh
6969RUN chmod +x /app/start.sh /app/start-dynamic.sh /opt/solanum/bin/renew-cert.sh /opt/solanum/bin/renew-hook.sh
7070
7171# Copy server-specific config
72- COPY server.conf /opt/solanum/conf/server.conf.template
72+ COPY ../ server.conf /opt/solanum/conf/server.conf.template
7373
7474# Container starts as root for Tailscale, drops to ircd user for Solanum
7575WORKDIR /opt/solanum
You can’t perform that action at this time.
0 commit comments