Experimentation

This commit is contained in:
2025-11-06 20:37:37 -05:00
parent 764078562a
commit bd7c590646
2 changed files with 4 additions and 4 deletions

View File

@@ -6,4 +6,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
VOLUME ["/etl/logs"]
CMD ["python3", "./src/load.py"]