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:
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
tail -F /var/mail/* &
|
|
||||||
tail -F /var/log/nginx/* &
|
|
||||||
wait -n
|
|
||||||
Reference in New Issue
Block a user