Skip to content

Commit

Permalink
home dir fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Aug 23, 2016
1 parent dc71965 commit 9bf0eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ RUN chmod a+wx /opt/files/audio_logo_5.mp3

# install ID3 tag python lib
RUN curl https://bootstrap.pypa.io/get-pip.py > /home/get-pip.py
RUN cd /home
RUN python get-pip.py
RUN python /home/get-pip.py
RUN pip install mutagen
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:base8
atticstudio/noisefarm-meteor-sox:base9
# 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:base8
atticstudio/noisefarm-meteor-sox:base9
# meteorhacks/meteord:base
fi

Expand Down

0 comments on commit 9bf0eb1

Please sign in to comment.