Skip to content

Commit

Permalink
Merge pull request #24 from broadinstitute/jc_mongo_suite
Browse files Browse the repository at this point in the history
Removing mongodb service from dockerfile since we are using embeded mong...
  • Loading branch information
jacarey committed May 6, 2015
2 parents 6c6674d + be16c02 commit 8f2c5f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN echo "deb http://dl.bintray.com/sbt/debian /" >> /etc/apt/sources.list.d/sbt
RUN apt-get update && apt-get install -y --force-yes \
curl \
git \
mongodb \
oracle-java8-installer \
sbt \
sudo \
Expand All @@ -39,7 +38,7 @@ COPY src /usr/agora/src
WORKDIR /usr/agora

# Build the web service application
RUN service mongodb start; sbt assembly
RUN sbt assembly

# Start the webservice with default parameters
ENTRYPOINT ["java", "-jar", "target/scala-2.11/agora-0.1-SNAPSHOT.jar"]

0 comments on commit 8f2c5f3

Please sign in to comment.