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
- Host: GitHub
- URL: https://github.com/drptbl/docker-visualreview
- Owner: drptbl
- Created: 2016-09-10T23:42:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-10T23:48:38.000Z (almost 10 years ago)
- Last Synced: 2025-02-27T05:13:28.654Z (over 1 year ago)
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.