We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca696a0 commit 3723d59Copy full SHA for 3723d59
docker/entrypoint.sh
@@ -1,4 +1,4 @@
1
-#! /bin/bash
+#! /bin/sh
2
3
envsubst '${SERVERNAME} ${PORT}' < /etc/nginx/http.d/default.conf.template > /etc/nginx/http.d/default.conf
4
docker/logclean.sh
@@ -1,3 +1,3 @@
find /var/www/portal/app/logs/ -name "*.log" -mtime +30 -exec rm -rf {} \;
0 commit comments