Skip to content
Snippets Groups Projects
Commit 0e95760e authored by Diego Sampaio's avatar Diego Sampaio
Browse files

trying to fix sandstorm build

parent 279b6c17
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ const pkgdef :Spk.PackageDefinition = (
# The following directories will be copied into your package.
searchPath = [
( sourcePath = "~/vagrant/bundle" ),
( sourcePath = "/opt/meteor-spk/meteor-spk.deps" )
( sourcePath = "~/opt/meteor-spk/meteor-spk.deps" )
]
),
......@@ -88,7 +88,7 @@ const pkgdef :Spk.PackageDefinition = (
const myCommand :Spk.Manifest.Command = (
# Here we define the command used to start up your server.
argv = ["/sandstorm-http-bridge", "8000", "--", "/opt/app/.sandstorm/launcher.sh"],
argv = ["/sandstorm-http-bridge", "8000", "--", "~/opt/app/.sandstorm/launcher.sh"],
environ = [
# Note that this defines the *entire* environment seen by your app.
(key = "PATH", value = "/usr/local/bin:/usr/bin:/bin"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment