Skip to content

Commit

Permalink
Update container builds
Browse files Browse the repository at this point in the history
Signed-off-by: trivernis <trivernis@protonmail.com>
  • Loading branch information
Trivernis committed Apr 14, 2022
1 parent 49c41ce commit e7f09dd
Show file tree
Hide file tree
Showing 11 changed files with 311 additions and 343 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ RUN python3 scripts/check.py --install
FROM sources AS build_daemon
WORKDIR /usr/src
RUN python3 scripts/build.py daemon --verbose
RUN mkdir ./test-repo
RUN ./out/mediarepo-daemon --repo ./test-repo init


FROM sources AS build_ui
WORKDIR /usr/src
Expand Down
Loading

0 comments on commit e7f09dd

Please sign in to comment.