From 164e09b7c0f416dedcb90dc6ce0f070d9e33e92b Mon Sep 17 00:00:00 2001 From: Paul W. Frields Date: Nov 05 2019 22:00:15 +0000 Subject: Add local build info for n00bs and forgetful people like moi --- diff --git a/README.md b/README.md index fda5c29..d7728ce 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,8 @@ other Fedora Project websites. Documentation for getting started with using it can be found here: https://docs.fedoraproject.org/en-US/websites/ + +Building and testing locally +============================ +$ podman build -t fedora-websites . +$ podman run -it --rm -v "$(pwd):/opt/:z" -p 5000:5000 fedora-websites flask run --reload --host 0.0.0.0