Include channel-rainbow.json in Docker image

This commit is contained in:
you
2026-03-21 06:38:02 +00:00
parent da475e9c13
commit 606d4e134f
+1 -1
View File
@@ -9,7 +9,7 @@ COPY package.json package-lock.json ./
RUN npm ci --production
# Copy application
COPY *.js config.example.json ./
COPY *.js config.example.json channel-rainbow.json ./
COPY public/ ./public/
# Supervisor + Mosquitto + Caddy config