mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-18 03:52:39 +02:00
* Fix playwright-server docker image not exiting ... by wrapping with tini * Remove redundant `npm exec` * Update packages/playwright-common/Dockerfile * missing comma
3 lines
78 B
Bash
Executable File
3 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
exec /usr/bin/playwright run-server --port "$PORT" --host 0.0.0.0
|