We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1bdef commit 7091dedCopy full SHA for 7091ded
1 file changed
bin/webgme-dockerize
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env node
2
+
3
var Command = require('commander').Command,
4
program = new Command(),
5
DockerizeManager = require('../src/DockerizeManager'),
@@ -15,4 +17,4 @@ program
15
17
16
18
if (program.args.length === 0) { // action will not be called
19
manager.dockerize(program);
-}
20
+}
0 commit comments