Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.

Commit

Permalink
Fixing path to upstream repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed May 15, 2014
1 parent 177f478 commit d6f0ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Expand Up @@ -3,11 +3,7 @@ MAINTAINER Daniel Bevenius <daniel.bevenius@gmail.com>

WORKDIR /home/aerogear-simplepush-server

# Change to the correct repository before committing.
RUN git clone https://github.com/danbev/aerogear-simplepush-server /home/aerogear-simplepush-server

# Remove this once the pull request has been tested.
RUN git checkout -b docker origin/docker
RUN git clone https://github.com/aerogear/aerogear-simplepush-server /home/aerogear-simplepush-server

# Run a Maven install when installing the image to avoid this cost
# of downloading the internet (all deps).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -69,7 +69,7 @@ that code base. This can be done by starting the image using a shell:

You'll need to start the databases (currently CouchDB and Redis):

```/startdbs.sh```
/startdbs.sh

Now, you can clone your fork and checkout a branch. To run all tests including the integration/functional tests:

Expand Down

0 comments on commit d6f0ea8

Please sign in to comment.