Fix typos

This commit is contained in:
2025-07-17 11:46:12 +02:00
parent e6ce3dd3b8
commit ec15c35e1b
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ COPY package*.json ./
RUN npm ci --omit=dev # installs axios, pino, minimist, dotenv
# Script & docs
COPY tdarr-requeue.mjs .
COPY tdarr_requeue.mjs .
COPY README.md .
CMD ["node", "tdarr-requeue.mjs"]
CMD ["node", "tdarr_requeue.mjs"]