Port Dockerfile optimizations from v2 to v1.53, no functionality changes. (#386)

* port v2 optimizations to v1.5

Updated dockerfile with v2 optimizations. Ported Login.ts no dialogs fix.

* Update entrypoint.sh

Fix playwright path in entrypoint as well
This commit is contained in:
Michael Cammarata
2025-10-21 09:48:59 -04:00
committed by GitHub
parent 14492b27cb
commit 86f65b448d
6 changed files with 3206 additions and 44 deletions

View File

@@ -2,7 +2,7 @@
set -euo pipefail
# Ensure Playwright uses preinstalled browsers
export PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
export PLAYWRIGHT_BROWSERS_PATH=0
# 1. Timezone: default to UTC if not provided
: "${TZ:=UTC}"