summaryrefslogtreecommitdiff
path: root/docker-entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker-entrypoint.sh')
-rw-r--r--docker-entrypoint.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index c2facc7..3ea754c 100644
--- a/docker-entrypoint.sh
+++ b/docker-entrypoint.sh
@@ -1,9 +1,3 @@
#!/bin/sh
-if [ -n "$HOST" ]; then
- sed -i "s|ASSET_BASE_PLACEHOLDER|$HOST|g" /usr/share/nginx/html/index.html
-else
- sed -i 's|"ASSET_BASE_PLACEHOLDER"|""|g' /usr/share/nginx/html/index.html
-fi
-
exec nginx -g 'daemon off;'