Fonts served via server
Build LinkLog Development Image / development-image (push) Successful in 22s
Build LinkLog Development Image / development-image (push) Successful in 22s
This commit is contained in:
@@ -13,6 +13,8 @@ RUN pip install --no-cache-dir -r backend/requirements.txt
|
||||
|
||||
COPY backend ./backend
|
||||
COPY frontend ./frontend
|
||||
COPY scripts/download_fonts.py ./scripts/download_fonts.py
|
||||
RUN python scripts/download_fonts.py
|
||||
RUN useradd --create-home --uid 10001 linklog \
|
||||
&& mkdir -p /app/backend/data \
|
||||
&& chown -R linklog:linklog /app
|
||||
|
||||
Reference in New Issue
Block a user