Change CMD to run 'start' instead of 'start:schedule'

This commit is contained in:
Netsky
2025-11-04 15:11:13 +01:00
committed by GitHub
parent 398c6db4ad
commit 7f0da3098d

View File

@@ -77,4 +77,4 @@ COPY --from=builder /usr/src/microsoft-rewards-script/package*.json ./
COPY --from=builder /usr/src/microsoft-rewards-script/node_modules ./node_modules COPY --from=builder /usr/src/microsoft-rewards-script/node_modules ./node_modules
# Run the scheduled rewards script # Run the scheduled rewards script
CMD ["npm", "run", "start:schedule"] CMD ["npm", "run", "start"]