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:
parent
f134bd196c
commit
1cd9a8e71c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue