chore: simplify to plain JS worker.js and finalize install instructions

This commit is contained in:
AyrisAI
2026-05-14 19:16:08 +03:00
parent 06789a25af
commit 4a7b3bcc3a
9 changed files with 37 additions and 235 deletions

View File

@@ -7,9 +7,8 @@ RUN apk add --no-cache docker-cli
WORKDIR /app
COPY package*.json ./
RUN npm install
RUN npm install --production
COPY . .
# Run using the start script (tsx apps/worker/main.ts)
CMD ["npm", "start"]
CMD ["npm", "start"]