Skip to content

Commit

Permalink
Run yarn during koppie startup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce committed Sep 15, 2022
1 parent 310a6de commit d2901f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-koppie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- EXTRA_APK_PACKAGES=git less chromium
- APP_PATH=.koppie
image: ghcr.io/samvera/koppie
command: sh -l -c 'bundle && bundle exec puma -v -b tcp://0.0.0.0:3000'
command: sh -l -c 'bundle && yarn && bundle exec puma -v -b tcp://0.0.0.0:3000'
stdin_open: true
tty: true
user: root
Expand Down

0 comments on commit d2901f7

Please sign in to comment.