chore: move icons to frontend assets

This commit is contained in:
Philipp Hutterer 2023-12-30 04:18:46 +01:00
parent 48657c1c12
commit c90057edc1
16 changed files with 6 additions and 59 deletions

View file

@ -25,7 +25,6 @@ RUN sed -i 's/\r$//g' docker-entrypoint.sh && \
rm -rf /var/cache/apk/* && \
mkdir /.cache && chmod 777 /.cache
COPY favicon ./favicon
COPY app ./app
COPY --from=builder /metube/dist/metube ./ui/dist/metube