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

Improve usage message

This commit is contained in:
Alexander Graf 2023-12-28 12:45:11 +01:00
parent ed3542a52d
commit b706a16e6b
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

View File

@ -137,10 +137,10 @@ ${docker/*\/} exec -it "${DEV_NAME}" /bin/bash
=============================================================================
To update requirements-prod.txt you can build (and test) using:
${docker/*\/} build --tag "${DEV_NAME}:latest" --build-arg MAILU_DEPS=dev .
To update requirements-prod.txt you can build mailu using the dev requirements:
"$0" --build-arg MAILU_DEPS=dev
And then fetch the new dependencies with:
And then copy the new dependencies:
${docker/*\/} exec "${DEV_NAME}" pip freeze >$(realpath "${base}")/requirements-new.txt
=============================================================================