Add convenience webserver script nginx-here
This commit is contained in:
parent
fd7980e606
commit
4c24b2ef9e
10
bin/nginx-here
Executable file
10
bin/nginx-here
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# nginx-here
|
||||
# Spins up an nginx container serving files from the local directory
|
||||
#
|
||||
################################################################################
|
||||
|
||||
podman run -v ./:/usr/share/nginx/html:ro,Z -p 8080:80 docker.io/library/nginx
|
Loading…
Reference in New Issue
Block a user