load js dependencies into docker image

This commit is contained in:
Markbeep
2025-04-04 14:58:42 +02:00
parent 01ccbd044c
commit c834eb2058
9 changed files with 132 additions and 21 deletions
+2
View File
@@ -34,6 +34,8 @@ COPY templates/ templates/
COPY app/ app/
RUN /bin/tailwindcss -i static/tw.css -o static/globals.css -m
# Fetch all the required js files
RUN uv run python /app/app/util/fetch_js.py
ENV ABR_APP__PORT=8000
ARG VERSION