Friday, September 11, 2020

Local build not working

Hi all,

I'm trying to run a local test of some website changes I'm working on
and the local web server isn't launching.

I run:
podman build -t fedora-websites .
podman run -it --rm -v "/home/bcotton/fedora/websites:/opt/:z" -p
5000:5000 fedora-websites ./scripts/pull-translations.sh
podman run -it --rm -v "/home/bcotton/fedora/websites:/opt/:z" -p
5000:5000 fedora-websites python ./scripts/pull-magazine.py
podman run -it --rm -v "/home/bcotton/fedora/websites:/opt/:z" -p
5000:5000 fedora-websites python main.py

as specified in the README. I get no errors, but the last step just
runs the checks and exits without running the local webserver. It's
been a few weeks since I did any website testing, but I know this
worked fairly recently. What am I missing?


Thanks,
BC

--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
_______________________________________________
websites mailing list -- websites@lists.fedoraproject.org
To unsubscribe send an email to websites-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/websites@lists.fedoraproject.org

No comments:

Post a Comment