decomposer: generate files for Create a production-suitable Dockerfile and minimal Docker Compose configuration for packaging and running the completed FastAPI endpoint monitoring service.
This commit is contained in:
5
src/containerizer/__init__.py
Normal file
5
src/containerizer/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Container artifacts for an existing FastAPI service."""
|
||||
|
||||
from .generate import containerize
|
||||
|
||||
__all__ = ["containerize"]
|
||||
Reference in New Issue
Block a user