Small refactor into backend & frontend

This commit is contained in:
2023-06-28 23:42:46 +02:00
parent db4559383f
commit 5a2ce71f3c
14 changed files with 22 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ FROM alpine
RUN apk --no-cache add python3 inkscape bash imagemagick
ADD . /root/zetikettes
ADD backend /root/zetikettes
RUN apk --no-cache add ttf-opensans && cp /root/zetikettes/fonts/*.ttf /usr/share/fonts/TTF/ && fc-cache -fv