We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61277a1 commit 9fc9a38Copy full SHA for 9fc9a38
start.sh
@@ -5,11 +5,4 @@ set -e
5
node /internals/scripts/validate-config.js
6
node /internals/scripts/inject-config.js
7
8
-# When the service worker is enabled inject the timestamp as version to make sure the worker is reloaded on a configuration change.
9
-if [ -f /usr/share/nginx/html/sw.js ]; then
10
- export SIGNALS_SERVICE_WORKER_VERSION=$(date +"%Y-%m-%d %T")
11
- envsubst < /usr/share/nginx/html/sw.js > /tmp/sw.js
12
- mv /tmp/sw.js /usr/share/nginx/html/sw.js
13
-fi
14
-
15
nginx -g "daemon off;"
0 commit comments