How to "run" an application that is just a script or set of scripts? But doesn't actually run a container? #4613
Unanswered
douglasg14b
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a need to run misc scripts on intervals for different jobs/tasks. Think of it like something similar to a github workflow that run on a cron.
I can't seem to figure out how to only have a resource that doesn't want ports, a docker container, builds...etc It's just repo that has commands which run scripts with node.
How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions