Fix: Add telegram.js to Dockerfile COPY command
All checks were successful
Build & Push Friends Image to Gitea Registry / build-and-push (push) Successful in 11s

This commit is contained in:
Kroonk
2026-05-22 22:48:18 +02:00
parent 5ea49ef05f
commit e4b04060e4

View File

@@ -5,7 +5,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm ci --omit=dev
COPY server.js ./
COPY server.js telegram.js ./
COPY public ./public
ENV NODE_ENV=production