We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65b2f0 commit 9b31cf5Copy full SHA for 9b31cf5
Dockerfile
@@ -13,6 +13,8 @@ RUN apk add --update \
13
git \
14
&& rm -rf /var/cache/apk/*
15
16
+VOLUME ./assets
17
+
18
COPY assets/. ./assets
19
COPY html_templates ./html_templates
20
metadata.py
@@ -67,6 +67,11 @@
67
"name": "Ironi Tveria",
68
"url": "https://www.football.co.il/ironi-tveria/",
69
"logo": "https://static.football.co.il/wp-content/themes/kingclub-theme/images/teams/12039.png",
70
+ },
71
+ 'הפועל ק"ש': {
72
+ "name": "Hapoel Kiryat Shmona",
73
+ "url": "https://www.football.co.il/hapoel-kiryat-shmona/",
74
+ "logo": "https://static.football.co.il/wp-content/themes/kingclub-theme/images/teams/4563.png",
75
}
76
77
0 commit comments