Skip to content

Commit 40b9190

Browse files
committed
platform.sh config
Signed-off-by: Jurj-Bogdan <jurj@dotkernel.com>
1 parent 8384e20 commit 40b9190

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.platform.app.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ mounts:
2222
'data/cache':
2323
source: local
2424
source_path: data/cache
25-
'public/share':
26-
source: local
27-
source_path: public/share
2825
'data/ecosystem/database':
2926
source: local
3027
source_path: data/ecosystem/database
28+
'public/images/packages':
29+
source: local
30+
source_path: public/images/packages
31+
'public/share':
32+
source: local
33+
source_path: public/share
3134

3235
hooks:
3336
build: |

0 commit comments

Comments
 (0)