Skip to content

Commit 256d41c

Browse files
authored
Merge pull request #1329 from naymspace/feature/install-playwright-on-startup
Add startup command to install playwright
2 parents 48dd66c + 3a6b507 commit 256d41c

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)