Dhruv Pawar
Initial commit: add all project files
5e0ae28
raw
history blame contribute delete
47 Bytes
FROM python:3.11-slim
WORKDIR /app
COPY . /app