Transition from busybox httpd to nginx

This commit is contained in:
Jason Williams
2025-01-09 08:36:17 -07:00
parent 23abff6f5f
commit 66d59073b0
7 changed files with 16 additions and 15 deletions

4
local-test.sh Normal file
View File

@@ -0,0 +1,4 @@
# Script used to spin up a local webserver for development & testing
#!/bin/bash
podman run -it --rm -p 3000:80 $(podman build -q .)