Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 271 Bytes

Implementation Guide

To run locally, run the following two commands:

# This takes quite some time on the first run. Please bear with it.
docker build --rm --file Dockerfile -t fgvh-ig:local .

docker run -it --rm --name fgvh-ig -p 5070:8080 fgvh-ig:local