Added docker environment.
This commit is contained in:
6
docker/entrypoint.sh
Normal file
6
docker/entrypoint.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Export environment variables.
|
||||
eval $(printenv | awk -F= '{print "export " "\""$1"\"""=""\""$2"\"" }' >> /etc/profile)
|
||||
|
||||
cron -f
|
||||
Reference in New Issue
Block a user