Skip to content

Commit 6c1fcf8

Browse files
Create Dockerfile
1 parent 62307a8 commit 6c1fcf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)