Skip to content

Commit

Permalink
pip install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Aug 23, 2016
1 parent f4c4798 commit 2fd6c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nf-mupx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nf-mupx",
"version": "1.0.4",
"version": "1.0.5",
"description": "Production Quality Meteor Deployments",
"dependencies": {
"async": "^0.9.0",
Expand Down
4 changes: 2 additions & 2 deletions nf-mupx/templates/linux/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$USE_LOCAL_MONGO" == "1" ]; then
--hostname="$HOSTNAME-$APPNAME" \
--env=MONGO_URL=mongodb://mongodb:27017/$APPNAME \
--name=$APPNAME \
atticstudio/noisefarm-meteor-sox:base9
atticstudio/noisefarm-meteor-sox:base10
# meteorhacks/meteord:base
else
docker run \
Expand All @@ -40,7 +40,7 @@ else
--hostname="$HOSTNAME-$APPNAME" \
--env-file=$ENV_FILE \
--name=$APPNAME \
atticstudio/noisefarm-meteor-sox:base9
atticstudio/noisefarm-meteor-sox:base10
# meteorhacks/meteord:base
fi

Expand Down

0 comments on commit 2fd6c4c

Please sign in to comment.