added docker support
This commit is contained in:
5
entrypoint.sh
Executable file
5
entrypoint.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
printenv | grep -v "no_proxy" >> /etc/environment
|
||||
|
||||
crond -f
|
||||
Reference in New Issue
Block a user