1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Prevent chrome download chrome in Docker

This commit is contained in:
Ween Jiann 2021-03-26 18:07:38 +08:00 committed by GitHub
parent 3d5f494723
commit 4e965dd6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@
}, },
"scripts": { "scripts": {
"post-install-cmd": [ "post-install-cmd": [
"if [ '${IS_DOCKER:-false}' != 'true' ]; then vendor/bin/snappdf download; fi" "if [ \"${IS_DOCKER:-false}\" != \"true\" ]; then vendor/bin/snappdf download; fi"
], ],
"post-update-cmd": [ "post-update-cmd": [
"vendor/bin/snappdf download" "vendor/bin/snappdf download"