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
All checks were successful
Build & Push Friends Image to Gitea Registry / build-and-push (push) Successful in 11s
This commit is contained in:
@@ -5,7 +5,7 @@ WORKDIR /app
|
|||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm ci --omit=dev
|
RUN npm ci --omit=dev
|
||||||
|
|
||||||
COPY server.js ./
|
COPY server.js telegram.js ./
|
||||||
COPY public ./public
|
COPY public ./public
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|||||||
Reference in New Issue
Block a user