/webvowl-containerized

A Dockerfile for WebVOWL

Primary LanguageDockerfile

webvowl-containerized

A container image for WebVOWL.

Usage

Run the image in a Docker container:

docker run --rm -d -p 8080:8080 ggogel/webvowl:latest

Then access http://localhost:8080 through your browser.

Build

Clone the repository and then run:

docker build .