Skip to content

Commit

Permalink
Merge branch 'feat/metascraper-stage-2-5815' into 'master'
Browse files Browse the repository at this point in the history
Add metascraper into `minds start` command

See merge request minds/minds!209
  • Loading branch information
markharding committed Dec 12, 2022
2 parents 91a0d08 + 1f58998 commit f168602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/tasks/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ const doco = require('../lib/doco');

module.exports = {
title: 'Starting containers',
task: () => doco('up', '-d', 'nginx', 'runners', 'sockets')
task: () => doco('up', '-d', 'nginx', 'runners', 'sockets', 'metascraper')
};

0 comments on commit f168602

Please sign in to comment.