Fix dark mode UI classes and template copy in Dockerfile
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m26s

This commit is contained in:
Elijah 2026-05-24 19:39:09 -07:00
parent 617f8160b2
commit 3cedbac51c
2 changed files with 11 additions and 6 deletions

View file

@ -31,6 +31,7 @@ RUN addgroup -S drive && adduser -S drive -G drive
WORKDIR /app
COPY --from=builder /build/drive /app/drive
COPY --from=builder /build/templates /app/templates
# Create default directories
RUN mkdir -p /app/data /storage && \