Is there a way to make guard-nanoc Docker friendly?
My Docker/guard knowledge is limited, but I understand that a Docker container can only run one CMD, so it seems as though guard-nanoc can't be run in a single container since you need to run $ bundle exec guard AND $ bundle exec nanoc view.
Am I correct in thinking this? Is there a way to circumvent this/run both of these services as one?
I don't want to have to run two containers for this to work.
Is there a way to make guard-nanoc Docker friendly?
My Docker/guard knowledge is limited, but I understand that a Docker container can only run one CMD, so it seems as though guard-nanoc can't be run in a single container since you need to run
$ bundle exec guard
AND$ bundle exec nanoc view
.Am I correct in thinking this? Is there a way to circumvent this/run both of these services as one? I don't want to have to run two containers for this to work.