Run script is no longer needed to keep the container running, build file uses nginx as the command which also provides the web log.

This commit is contained in:
2025-11-11 20:10:42 -07:00
parent 99afb5ac50
commit a233f32751

View File

@@ -1,5 +0,0 @@
#!/usr/bin/env bash
tail -F /var/mail/* &
tail -F /var/log/nginx/* &
wait -n