diff --git a/Dockerfile b/Dockerfile index 4673a42..72ab7e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a imagem oficial do Python como base -FROM python:3.12 +FROM python:3.12-slim # Define o diretório de trabalho no contêiner WORKDIR /src diff --git a/src/main.py b/src/main.py index 9264526..a1fc5c3 100644 --- a/src/main.py +++ b/src/main.py @@ -98,7 +98,10 @@ def main(schema: str, list_tables: List[tuple], write_mode: str): if __name__ == '__main__': - list_schema = ['fn9', 'mgp', 'rcr'] + list_schema = [ + # 'fn9', + # 'mgp', + 'rcr'] for schema in list_schema: