| |
@@ -5,3 +5,8 @@
|
| |
|
| |
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
|
| |