Skip to content
This repository was archived by the owner on Dec 27, 2018. It is now read-only.

Commit c8e0eb9

Browse files
committed
Add support for running Meteor with --unsafe-perm
1 parent c7a5775 commit c8e0eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Meteor.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class Meteor extends EventEmitter
5656
args.push(["--port", options.port])
5757
args.push(["--settings", options.settings]) if options.settings
5858
args.push("--production") if options.production
59+
args.push("--unsafe-perm") if options.docker
5960

6061
if options.mocha?
6162
options["driver-package"] = "practicalmeteor:mocha-console-runner"

0 commit comments

Comments
 (0)