Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 331 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 331 Bytes

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 .