refactor(api): introduce shared common helpers (mechanical extract)
This commit is contained in:
@@ -8,4 +8,5 @@ COPY app_files.py .
|
||||
COPY app_networks.py .
|
||||
COPY app_pods.py .
|
||||
COPY app_containers.py .
|
||||
COPY common.py .
|
||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
|
||||
Reference in New Issue
Block a user