An open API service indexing awesome lists of open source software.

https://github.com/drptbl/docker-visualreview

Repository containing Dockerfile to deploy and run VisualReview server
https://github.com/drptbl/docker-visualreview

Last synced: 3 months ago
JSON representation

Repository containing Dockerfile to deploy and run VisualReview server

Awesome Lists containing this project

README

          

# Informations

Dockerfile for building and running [VisualReview](https://github.com/xebia/VisualReview) server.

Based on latest versions of Alpine (3.4), JDK (1.8) and VisualReview (0.1.4).

## Install & run

```shell
docker build -t visualreview .
docker run -d visualreview
```

After running docker container, VisualReview is accessible at `http://localhost:7000`.