Transition from busybox httpd to nginx
This commit is contained in:
4
local-test.sh
Normal file
4
local-test.sh
Normal 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 .)
|
||||
Reference in New Issue
Block a user