Small refactor into backend & frontend
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user