diff --git a/Dockerfile b/Dockerfile index f8eb558..807774d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 # Run the scheduled rewards script -CMD ["npm", "run", "start:schedule"] \ No newline at end of file +CMD ["npm", "run", "start"]