Fix dark mode UI classes and template copy in Dockerfile
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m26s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m26s
This commit is contained in:
parent
617f8160b2
commit
3cedbac51c
2 changed files with 11 additions and 6 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Reference in a new issue