Skip to content

Commit

Permalink
chore(docker playwright): add tty true to keep container running
Browse files Browse the repository at this point in the history
This allows the container to keep running and jump into the container to execute snapshot update commands.
  • Loading branch information
damienrobinson committed Jan 23, 2024
1 parent f59049d commit 0626230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"

services:
playwright:
tty: true
image: mcr.microsoft.com/playwright:v1.40.0-jammy
command: /bin/bash
network_mode: host
Expand Down

0 comments on commit 0626230

Please sign in to comment.