update CMD
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m4s

This commit is contained in:
2024-08-08 16:25:39 -05:00
parent 3d37e65ba6
commit 2470df6f23

View File

@@ -11,4 +11,4 @@ WORKDIR /epg
RUN npm install
CMD npm run grab -- --cron "0 3 * * *" --output /guides/guide.xml --channels channels/channels.xml ; caddy file-server --browse --root guides/
CMD npm run grab -- --output /guides/guide.xml --channels channels/channels.xml ; npm run grab -- --cron "0 3 * * *" --output /guides/guide.xml --channels channels/channels.xml