Files
YouCock/local-test.sh

4 lines
133 B
Bash
Raw Normal View History

2025-01-09 08:36:17 -07:00
# Script used to spin up a local webserver for development & testing
#!/bin/bash
podman run -it --rm -p 3000:80 $(podman build -q .)