element-web/packages/playwright-common/docker-entrypoint.sh
Richard van der Hoff a132b9167d
Fix playwright-server docker image not exiting (#33099)
* Fix playwright-server docker image not exiting

... by wrapping with tini

* Remove redundant `npm exec`

* Update packages/playwright-common/Dockerfile

* missing comma
2026-04-10 12:31:03 +00:00

3 lines
78 B
Bash
Executable File

#!/bin/bash
exec /usr/bin/playwright run-server --port "$PORT" --host 0.0.0.0