ryans
playwright in a flask app
Getting this error:
#12 [stage-0 8/10] RUN playwright install
#12 0.371 /bin/bash: line 1: playwright: command not found
#12 ERROR: process "/bin/bash -ol pipefail -c playwright install" did not complete successfully: exit code: 127
-----
[stage-0 8/10] RUN playwright install:#12 0.371 /bin/bash: line 1: playwright: command not found ----- Dockerfile:24 ------------------- 22 | # build phase 23 | COPY . /app/. 24 | >>> RUN playwright install 25 | 26 | ------------------- ERROR: failed to solve: process "/bin/bash -ol pipefail -c playwright install" did not complete successfully: exit code: 127 Error: Docker build failed
22 replies