Skip to content

Commit

Permalink
Add menus provided by Zeus WPI by default
Browse files Browse the repository at this point in the history
  • Loading branch information
maximdeclercq committed Jun 25, 2023
1 parent 7b78e7d commit 45b4913
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Include source, config and scripts
!app
!etc
!menus
!*.md
!*.sh
!*.txt
Expand Down
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 45b4913

Please sign in to comment.