mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-16 05:22:53 +02:00
「✨」 feat(Justfile): added status command
This commit is contained in:
3
Justfile
3
Justfile
@ -44,3 +44,6 @@ set dotenv-load
|
|||||||
# To clean only the container launched by the compose
|
# To clean only the container launched by the compose
|
||||||
@clean-compose: stop-docker
|
@clean-compose: stop-docker
|
||||||
docker compose -f docker/docker-compose.yml rm
|
docker compose -f docker/docker-compose.yml rm
|
||||||
|
|
||||||
|
@status:
|
||||||
|
docker compose -f docker/docker-compose.yml ps
|
||||||
|
Reference in New Issue
Block a user