Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dockerfile #47

Merged
merged 2 commits into from
Jun 4, 2020
Merged

Add dockerfile #47

merged 2 commits into from
Jun 4, 2020

Conversation

janjagusch
Copy link

@janjagusch janjagusch commented Jun 4, 2020

Closes #46
Closes #44

Docker image can be built with:

docker build -t gdv.xport -f Dockerfile .

Docker container can be run with:

docker run -p 2517:2517 gdv.xport

If this PR gets accepted, documentation should get updated as well.

@codecov-commenter
Copy link

codecov-commenter commented Jun 4, 2020

Codecov Report

Merging #47 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #47   +/-   ##
=========================================
  Coverage     90.75%   90.75%           
  Complexity     1309     1309           
=========================================
  Files           168      168           
  Lines          7402     7402           
  Branches        363      363           
=========================================
  Hits           6718     6718           
  Misses          534      534           
  Partials        150      150           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c92624...079d9f3. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.786% when pulling 079d9f3 on janjagusch:add-dockerfile into 6c92624 on oboehm:master.

@oboehm oboehm merged commit 68a5096 into oboehm:master Jun 4, 2020
oboehm pushed a commit that referenced this pull request Jun 5, 2020
oboehm added a commit that referenced this pull request Jun 5, 2020
* 'develop' of github.com:oboehm/gdv.xport:
  #47: Dokumentation zu Build und Dockerfile ergänzt
  #45: Swagger-Doku auf @ApiParam (statt @ApiImplicitParam) umgestellt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Dockerfile
5 participants