We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62307a8 commit 6c1fcf8Copy full SHA for 6c1fcf8
Dockerfile
@@ -0,0 +1,4 @@
1
+FROM python:3.9-slim
2
+WORKDIR /app
3
+COPY process_logs.py .
4
+CMD ["python", "process_logs.py"]
0 commit comments