0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🎨 Just change format in manage usage

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
mathieu.brunot 2019-08-09 15:51:52 +02:00 committed by Andrey Antukh
parent f134bd196c
commit 1cd9a8e71c

View file

@ -204,8 +204,8 @@ function usage {
echo "- run-backend-tests Execute unit tests for backend only. Can specify external user id in parameter"
echo "- build-images Build a 'release ready' docker images for both backend and frontend"
echo "- build-frontend-image Build a 'release ready' docker image for frontend (debug version)"
echo "- build-frontend-dbg-image Build a 'release ready' docker images for frontend"
echo "- build-backend-image Build a 'release ready' docker images for backend"
echo "- build-frontend-dbg-image Build a debug docker image for frontend"
echo "- build-backend-image Build a 'release ready' docker images for backend"
echo "- log Attach to docker logs."
echo "- run Run 'production ready' docker compose"
echo "- stop Stop 'production ready' docker compose"