1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Fix assets build process #2

This commit is contained in:
Alexander Graf 2022-09-29 12:49:37 +02:00
parent 768c0cc1ce
commit 52dd09d452
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

View File

@ -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