Add menus provided by Zeus WPI by default
This commit is contained in:
parent
7b78e7d8ff
commit
45b4913657
2 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
# Include source, config and scripts
|
||||
!app
|
||||
!etc
|
||||
!menus
|
||||
!*.md
|
||||
!*.sh
|
||||
!*.txt
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue