Fix assets build process #2

main
Alexander Graf 2 years ago
parent 768c0cc1ce
commit 52dd09d452
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

@ -21,7 +21,7 @@ COPY migrations ./migrations
COPY start.py /start.py
COPY audit.py /audit.py
COPY --from=assets static ./mailu/static
COPY --from=assets /work/static ./mailu/static
RUN echo $VERSION >> /version

Loading…
Cancel
Save