abstractive / artillery.cr

Serverfree object-oriented microservice architecture for Crystal.
https://artillery.cloud
3 stars 0 forks source link

Mount takes git URL #5

Open digitalextremist opened 5 years ago

digitalextremist commented 5 years ago

The only thing a mount command ought to need is a git URL it has access to, a branch if not master ... and then:

digitalextremist commented 5 years ago

Since all that Mountpoint does is .run so far, it makes sense for that to be a command invoked as the main point of a Dockerfile ... or for just the command artillery-mountpoint being invoked in the PWD of a repository causing it to activate as launch site.