Added docker environment.

This commit is contained in:
shad0wflame
2021-12-26 12:15:35 +01:00
parent 29bc00e0e8
commit 60083a8f44
3 changed files with 37 additions and 0 deletions

6
docker/entrypoint.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Export environment variables.
eval $(printenv | awk -F= '{print "export " "\""$1"\"""=""\""$2"\"" }' >> /etc/profile)
cron -f