Files
ThreadNet-Web/packages/playwright-common/docker-entrypoint.sh
T
Thore Cimbal 44305556c3 fix: restore executable bit on remaining desktop/CI scripts
The earlier script-permission fix (5e3254d) only covered scripts
invoked by apps/web's own Dockerfile/CI at the time. Found 9 more
non-executable scripts (644 instead of 755) while building the
Electron desktop app via apps/desktop/dockerbuild - same root cause,
different invocation paths.
2026-07-29 12:00:00 +00:00

3 lines
78 B
Bash
Executable File

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