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:
parent
768c0cc1ce
commit
52dd09d452
@ -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…
Reference in New Issue
Block a user