mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 21:15:13 +00:00
Update the Dockerfile to adapt the CLI (#701)
This commit is contained in:
+1
-2
@@ -1,10 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
from backend.utils.console import console
|
||||
|
||||
__version__ = '1.5.2'
|
||||
|
||||
from backend.utils.console import console
|
||||
|
||||
|
||||
def get_version() -> str | None:
|
||||
console.print(f'[cyan]{__version__}[/]')
|
||||
|
||||
Reference in New Issue
Block a user