Skip to content

Commit 3724ffa

Browse files
authored
Merge pull request #85 from tanhongit/develop
(#32) fix: update script for setup docker to project
2 parents 19ed38f + 2251542 commit 3724ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
5252
"php -r \"file_exists('storage/tg-event.json') || copy('config/jsons/tg-event.json', 'storage/tg-event.json');\"",
5353
"php -r \"file_exists('storage/tg-setting.json') || copy('config/jsons/tg-setting.json', 'storage/tg-setting.json');\"",
54-
"chmod -R 777 storage"
54+
"chmod -R 777 storage/*.json"
5555
],
5656
"post-update-cmd": [
5757
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",

0 commit comments

Comments
 (0)