Change order of flags in command

Fixes the order of the flags so that the command works
This commit is contained in:
k200 2022-08-13 13:38:11 +01:00
parent 218c31231e
commit 265764866e

View file

@ -31,4 +31,4 @@ Only edit files in `/backend/src`, `/shared/src`, and `/dashboard/src`.
Make sure to revert any hotfixes before updating the bot normally. Make sure to revert any hotfixes before updating the bot normally.
## View logs ## View logs
To view real-time logs, run `docker compose -f docker-compose.production.yml -t -f logs` To view real-time logs, run `docker compose -f docker-compose.production.yml logs -t -f`