Skip to content

Commit

Permalink
Moving Docker-image build to DockerHub DBC organisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsecher committed Jan 23, 2018
1 parent 5506428 commit 72fef47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ You can run and test the service directly from the `src` directory, see the [dev
----

[![Build Status](https://travis-ci.org/DBCDK/communityservice.svg?branch=master)](https://travis-ci.org/DBCDK/communityservice)
[![DockerHub](https://img.shields.io/docker/build/dbcdk/communityservice.svg)](https://hub.docker.com/r/dbcdk/communityservice)
[![Coverage Status](https://coveralls.io/repos/github/DBCDK/communityservice/badge.svg?branch=master)](https://coveralls.io/github/DBCDK/communityservice?branch=master)
[![bitHound Overall Score](https://www.bithound.io/github/DBCDK/communityservice/badges/score.svg)](https://www.bithound.io/github/DBCDK/communityservice)

2 changes: 1 addition & 1 deletion src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To run the system locally via Docker containers:

The web service will then run on port 3002.

The public available container is automatically built on [DockerHub](https://hub.docker.com/r/jpsecher/communityservice) when there is a push to GitHub repository, after which other projects can use the image `jpsecher/communityservice`.
The public available container is automatically built on [DockerHub](https://hub.docker.com/r/dbcdk/communityservice) when there is a push to GitHub repository, after which other projects can use the image `jpsecher/communityservice`.

## Database

Expand Down

0 comments on commit 72fef47

Please sign in to comment.