Skip to content

Commit 3a6b507

Browse files
committed
Add startup command to install playwright
1 parent 48dd66c commit 3a6b507

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ services:
99
environment:
1010
- STARTUP_COMMAND_1=mix do deps.get, ecto.create, ecto.migrate
1111
- STARTUP_COMMAND_2=yarn install --pure-lockfile
12-
- STARTUP_COMMAND_3=mix assets.setup
12+
- STARTUP_COMMAND_3=yarn playwright install chromium --with-deps
13+
- STARTUP_COMMAND_4=mix assets.setup
1314
volumes:
1415
- .:/opt/app
1516
ports:

0 commit comments

Comments
 (0)