diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..599c157 --- /dev/null +++ b/Justfile @@ -0,0 +1,2 @@ +dev +command: + docker compose -f docker-compose.yml -f docker-compose.dev.yml {{command}} \ No newline at end of file