preparando worker y api test endpoint
This commit is contained in:
@@ -14,4 +14,5 @@ COPY cron/ /etc/periodic/
|
||||
RUN chmod +x /etc/periodic/*/*
|
||||
|
||||
# arranca cron (en background) y luego Node
|
||||
CMD sh -c "crond -l 2 & node cron-worker.js"
|
||||
CMD sh -c "crond -f & node cron-worker.js"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user