#!/bin/sh cat < /usr/share/nginx/html/env.js window.ENV = { API_BASE: "${API_BASE:-http://localhost:8000}" }; EOF exec nginx -g "daemon off;"