Add menus provided by Zeus WPI by default

This commit is contained in:
Maxim De Clercq 2023-04-20 20:12:21 +02:00
parent 7b78e7d8ff
commit 45b4913657
No known key found for this signature in database
GPG key ID: D35643779C52BA70
2 changed files with 4 additions and 1 deletions

View file

@ -4,7 +4,6 @@
# Include source, config and scripts
!app
!etc
!menus
!*.md
!*.sh
!*.txt

View file

@ -5,6 +5,10 @@ WORKDIR /src
RUN pip install pymysql
ADD https://git.zeus.gent/haldis/menus/-/archive/master/menus-master.tar /tmp
RUN mkdir menus && \
tar --directory=menus --extract --strip-components=1 --file=/tmp/menus-master.tar
COPY requirements.txt .
RUN pip install -r requirements.txt