1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Define copy msg more precisely

This commit is contained in:
Alexander Graf
2024-01-21 18:38:33 +01:00
parent 4213da1ce1
commit 40f26f1ce3

View File

@@ -140,7 +140,7 @@ ${docker/*\/} exec -it "${DEV_NAME}" /bin/bash
To update requirements-prod.txt you can build mailu using the dev requirements:
"$0" --build-arg MAILU_DEPS=dev
And then copy the new dependencies:
And then copy the new dependencies from a separate shell:
${docker/*\/} exec "${DEV_NAME}" pip freeze >$(realpath "${base}")/requirements-new.txt
=============================================================================