jnioche opened a new pull request, #1361:
URL: https://github.com/apache/incubator-stormcrawler/pull/1361
Tested by running the PW image in a Docker container
```
pw-server:
container_name: pw-server
image: mcr.microsoft.com/playwright:v1.47.0
command:
- /bin/sh
- -c
- |
cd /home/pwuser
npx -y [email protected] run-server --port 3000
ports:
- 3000:3000
restart: always
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]