Skip to content

ggogel/webvowl-containerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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 .