Skip to content

Commit 9b31cf5

Browse files
committed
Jul, 3 Update
1 parent d65b2f0 commit 9b31cf5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN apk add --update \
1313
git \
1414
&& rm -rf /var/cache/apk/*
1515

16+
VOLUME ./assets
17+
1618
COPY assets/. ./assets
1719
COPY html_templates ./html_templates
1820

metadata.py

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
"name": "Ironi Tveria",
6868
"url": "https://www.football.co.il/ironi-tveria/",
6969
"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",
7075
}
7176
}
7277

0 commit comments

Comments
 (0)