Files
blap/packages/playwright-common/docker-entrypoint.sh
T
2026-04-09 14:35:32 +01:00

5 lines
157 B
Bash
Executable File

#!/bin/bash
# We use npm here as we used `npm i -g` to install playwright in the Dockerfile
npm exec -- playwright run-server --port "$PORT" --host 0.0.0.0